Searched defs:edge_def (Results 1 – 1 of 1) sorted by relevance
120 typedef struct edge_def { struct122 struct edge_def *pred_next, *succ_next; argument125 struct basic_block_def *src, *dest;128 rtx insns;131 void *aux;133 int flags; /* see EDGE_* below */134 int probability; /* biased by REG_BR_PROB_BASE */135 gcov_type count; /* Expected number of executions calculated