Lines Matching defs:control_flow_graph
38 struct GTY(()) control_flow_graph { struct
41 basic_block x_entry_block_ptr;
42 basic_block x_exit_block_ptr;
45 vec<basic_block, va_gc> *x_basic_block_info;
48 int x_n_basic_blocks;
51 int x_n_edges;
54 int x_last_basic_block;
57 int last_label_uid;
61 vec<basic_block, va_gc> *x_label_to_block_map;
63 enum profile_status_d x_profile_status;
66 enum dom_state x_dom_computed[2];
69 unsigned x_n_bbs_in_dom_tree[2];
73 int max_jumptable_ents;
76 profile_count count_max;