Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbasic-block.h120 typedef struct edge_def { struct
122 struct edge_def *pred_next, *succ_next; argument
125 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