Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance
522 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),525 BlockI = BlockEnd;526 else if (BlockI != BlockEnd) {527 LiveRegI = (*BlockI)->livein_begin();541 } while ((*BlockI)->isEHPad() &&562 if (BlockI != BlockEnd)563 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;564 return RHS.BlockI == BlockEnd;572 if (LiveRegI != (*BlockI)->livein_end())576 ++BlockI;[all …]
2255 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local2256 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()2257 MachineInstr &MI = *BlockI; in collectMergeableInsts()2270 ++BlockI; in collectMergeableInsts()2335 return {BlockI, Modified}; in collectMergeableInsts()