Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbasic-block.h315 #define EDGE_PRED(bb,i) (*(bb)->preds)[(i)] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbasic-block.h315 #define EDGE_PRED(bb,i) (*(bb)->preds)[(i)] macro