Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbasic-block.h317 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro
/openbsd/src/gnu/gcc/gcc/
Dbasic-block.h479 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0) macro