#include "bb.h"#include "DaVinci.h"#include "glob.h"#include "mempool.h"#include "op.h"#include "region.h"#include "vt_dag.h"#include "vt_region.h"#include <ipfec_options.h>

Go to the source code of this file.
Data Types | |
| type | cfg_label_info |
| module | Regional_CFG_Callback |
| module | Region_Tree_Callback |
| module | Global_CFG_Callback |
Typedefs | |
| typedef struct cfg_label_info | CFG_LABEL_INFO |
Functions/Subroutines | |
| void | draw_bb_op (BB *bb, const char *mes) |
| void | draw_regional_cfg (REGION *r, const char *mes) |
| void | draw_region_tree (REGION *r, const char *mes) |
| void | draw_global_cfg (const char *mes) |
| typedef struct cfg_label_info CFG_LABEL_INFO |
Definition at line 81 of file vt_region.cxx.
Referenced by dp::draw_bb(), Global_CFG_Callback::Node_Select(), and Regional_CFG_Callback::Node_Select().
| void draw_global_cfg | ( | const char * | mes | ) |
Definition at line 558 of file vt_region.cxx.
Referenced by EDGE_PROFILE::CG_Annotate(), CG_Generate_Code(), EDGE_PROFILE::CG_Instrument(), dp::global_cfg(), Global_Insn_Sched(), IF_CONVERTOR::IF_CONVERTOR(), Local_Insert_CHK(), PRDB_GEN::PRDB_GEN(), REGION_LOOP_UPDATE::Rebuild_Loop_Region(), REGION_LOOP_UPDATE::Record_Loop_Region_Boundary(), REGION_TREE::REGION_TREE(), and Verify_Global_Edge().
Definition at line 410 of file vt_region.cxx.
Referenced by CG_Generate_Code(), REGION_TREE::Decompose_Region_To_SEME(), dp::region_tree(), and REGION_TREE::REGION_TREE().
Definition at line 232 of file vt_region.cxx.
Referenced by IF_CONVERTOR::Force_If_Convert(), IF_CONVERTOR::IF_CONVERTOR(), Region_Tree_Callback::Node_Select(), Regioanl_DAG_Callback::Node_Select(), Regional_CFG_Callback::Node_Select(), PRDB_GEN::PRDB_GEN(), REGION_LOOP_UPDATE::Rebuild_Loop_Region(), Record_And_Del_Loop_Region(), REGION_LOOP_UPDATE::Record_Loop_Region_Boundary(), dp::region_cfg(), and Verify_Global_Edge().
1.5.6