Searched refs:BB_END (Results 1 – 8 of 8) sorted by relevance
33 #define BB_END(INSTR) \ macro56 while (!BB_END(*pro_pc)) in display_stored_regs()72 while (!BB_END(*(pc - 1))) in seek_prologue()
229 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \236 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \240 for ((INSN) = BB_END (BB); \245 for ((INSN) = BB_END (BB),(CURR) = (INSN) ? PREV_INSN ((INSN)) : NULL; \263 #define BB_END(B) (B)->il.x.rtl->end_ macro
1235 if (bb != EXIT_BLOCK_PTR_FOR_FN (cfun) && BB_END (bb) != insn) in _succ_iter_start()
35 + entry_after = BB_END (entry_bb);45 - entry_after = BB_END (entry_bb);
19750 For RTL, these pointers are 'BB_HEAD' and 'BB_END'.20171 In the RTL representation, the macros 'BB_HEAD' and 'BB_END' may be52436 * BB_HEAD, BB_END: Maintaining the CFG.