Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfg.h38 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;
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbasic-block.h304 struct GTY(()) control_flow_graph { struct
307 basic_block x_entry_block_ptr;
308 basic_block x_exit_block_ptr;
314 int x_n_basic_blocks;
317 int x_n_edges;
320 int x_last_basic_block;
323 int last_label_uid;
329 enum profile_status_d x_profile_status;
332 enum dom_state x_dom_computed[2];
335 unsigned x_n_bbs_in_dom_tree[2];
[all …]