Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance
433 BlockI = BlockEnd;434 else if (BlockI != BlockEnd) {449 } while ((*BlockI)->isEHPad() &&470 if (BlockI != BlockEnd)471 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;472 return RHS.BlockI == BlockEnd;484 ++BlockI;485 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());486 if (BlockI == BlockEnd)489 LiveRegI = (*BlockI)->livein_begin();[all …]
1993 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local1994 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()1995 MachineInstr &MI = *BlockI; in collectMergeableInsts()2008 ++BlockI; in collectMergeableInsts()2057 return std::make_pair(BlockI, Modified); in collectMergeableInsts()