Searched defs:control_flow_graph (Results 1 – 2 of 2) sorted by relevance
38 struct GTY(()) control_flow_graph { struct41 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;[all …]