HomeSort by: relevance | last modified time | path
    Searched defs:BLOCK_NUM (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 1472 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0)
1487 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 1470 #define BLOCK_NUM(INSN) (BLOCK_FOR_INSN (INSN)->index + 0)
1485 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))

Completed in 30 milliseconds