Home
last modified time | relevance | path

Searched defs:control_flow_graph (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dbasic-block.h288 struct GTY(()) control_flow_graph { struct
291 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 …]