Searched defs:control_flow_graph (Results 1 – 1 of 1) sorted by relevance
288 struct GTY(()) control_flow_graph { struct291 basic_block x_entry_block_ptr;292 basic_block x_exit_block_ptr;295 vec<basic_block, va_gc> *x_basic_block_info;298 int x_n_basic_blocks;301 int x_n_edges;304 int x_last_basic_block;307 int last_label_uid;311 vec<basic_block, va_gc> *x_label_to_block_map;313 enum profile_status_d x_profile_status;[all …]