Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance
548 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),551 BlockI = BlockEnd;552 else if (BlockI != BlockEnd) {553 LiveRegI = (*BlockI)->livein_begin();567 } while ((*BlockI)->isEHPad() &&588 if (BlockI != BlockEnd)589 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;590 return RHS.BlockI == BlockEnd;598 if (LiveRegI != (*BlockI)->livein_end())602 ++BlockI;[all …]
2325 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local2326 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()2327 MachineInstr &MI = *BlockI; in collectMergeableInsts()2340 ++BlockI; in collectMergeableInsts()2405 return {BlockI, Modified}; in collectMergeableInsts()