Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dbasic-block.h26 struct GTY((user)) edge_def { struct
32 union edge_def_insns { argument
35 } insns;
38 PTR aux;
41 location_t goto_locus;
45 unsigned int dest_idx;
47 int flags; /* see cfg-flags.def */
48 profile_probability probability;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbasic-block.h36 struct GTY(()) edge_def { struct
42 union edge_def_insns { argument
51 tree goto_block;
52 location_t goto_locus;
56 unsigned int dest_idx;
58 int flags; /* see EDGE_* below */
59 int probability; /* biased by REG_BR_PROB_BASE */
60 gcov_type count; /* Expected number of executions calculated