Home
last modified time | relevance | path

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

/dragonfly/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;
48 int x_n_basic_blocks;
51 int x_n_edges;
54 int x_last_basic_block;
57 int last_label_uid;
66 enum dom_state x_dom_computed[2];
69 unsigned x_n_bbs_in_dom_tree[2];
73 int max_jumptable_ents;
[all …]
/dragonfly/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 …]