Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance
548 auto BlockIter = MBB->begin(); in combineInstructions() local549 decltype(BlockIter) LastUpdate; in combineInstructions()563 while (BlockIter != MBB->end()) { in combineInstructions()564 auto &MI = *BlockIter++; in combineInstructions()629 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()631 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()632 LastUpdate = BlockIter; in combineInstructions()641 LastUpdate = BlockIter; in combineInstructions()651 BlockIter--; in combineInstructions()682 LastUpdate = BlockIter; in combineInstructions()
134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local136 while (BlockIter != MBB.end()) { in runOnMachineFunction()137 auto &MI = *BlockIter++; in runOnMachineFunction()