Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/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;
73 int max_jumptable_ents;
76 profile_count count_max;
79 int edge_flags_allocated;
[all …]
/netbsd/external/gpl3/gcc/dist/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;
73 int max_jumptable_ents;
76 profile_count count_max;
79 int edge_flags_allocated;
[all …]