Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance
564 auto BlockIter = MBB->begin(); in combineInstructions() local565 decltype(BlockIter) LastUpdate; in combineInstructions()579 while (BlockIter != MBB->end()) { in combineInstructions()580 auto &MI = *BlockIter++; in combineInstructions()639 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()641 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()642 LastUpdate = BlockIter; in combineInstructions()651 LastUpdate = BlockIter; in combineInstructions()661 BlockIter--; in combineInstructions()697 LastUpdate = BlockIter; in combineInstructions()
142 auto BlockIter = MBB.begin(); in runOnMachineFunction() local144 while (BlockIter != MBB.end()) { in runOnMachineFunction()145 auto &MI = *BlockIter++; in runOnMachineFunction()