Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance
443 BlockI = BlockEnd;444 else if (BlockI != BlockEnd) {459 } while ((*BlockI)->isEHPad() &&480 if (BlockI != BlockEnd)481 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;482 return RHS.BlockI == BlockEnd;494 ++BlockI;495 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());496 if (BlockI == BlockEnd)499 LiveRegI = (*BlockI)->livein_begin();[all …]
2145 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local2146 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()2147 MachineInstr &MI = *BlockI; in collectMergeableInsts()2160 ++BlockI; in collectMergeableInsts()2225 return std::make_pair(BlockI, Modified); in collectMergeableInsts()