Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance
579 auto BlockIter = MBB->begin(); in combineInstructions() local580 decltype(BlockIter) LastUpdate; in combineInstructions()594 while (BlockIter != MBB->end()) { in combineInstructions()595 auto &MI = *BlockIter++; in combineInstructions()654 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()656 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()657 LastUpdate = BlockIter; in combineInstructions()666 LastUpdate = BlockIter; in combineInstructions()676 BlockIter--; in combineInstructions()712 LastUpdate = BlockIter; in combineInstructions()
142 auto BlockIter = MBB.begin(); in runOnMachineFunction() local144 while (BlockIter != MBB.end()) { in runOnMachineFunction()145 auto &MI = *BlockIter++; in runOnMachineFunction()