Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dbasic-block.h314 #define EDGE_PRED(bb,i) (*(bb)->preds)[(i)] macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbasic-block.h548 #define EDGE_PRED(bb,i) VEC_index (edge, (bb)->preds, (i)) macro