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

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 1466 extern int *block_to_bb;
1478 #define BLOCK_TO_BB(block) (block_to_bb[block])
1487 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 1464 extern int *block_to_bb;
1476 #define BLOCK_TO_BB(block) (block_to_bb[block])
1485 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))

Completed in 28 milliseconds