Searched refs:BlockIter (Results 1 – 3 of 3) sorted by relevance
561 auto BlockIter = MBB->begin(); in combineInstructions() local562 decltype(BlockIter) LastUpdate; in combineInstructions()576 while (BlockIter != MBB->end()) { in combineInstructions()577 auto &MI = *BlockIter++; in combineInstructions()636 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()638 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()639 LastUpdate = BlockIter; in combineInstructions()648 LastUpdate = BlockIter; in combineInstructions()658 BlockIter--; in combineInstructions()694 LastUpdate = BlockIter; in combineInstructions()
136 auto BlockIter = MBB.begin(); in runOnMachineFunction() local138 while (BlockIter != MBB.end()) { in runOnMachineFunction()139 auto &MI = *BlockIter++; in runOnMachineFunction()
2202 auto BlockIter = Block->getIterator(); in isNextENDPGM() local2206 if (++BlockIter != BlockEnd) { in isNextENDPGM()2207 It = BlockIter->instr_begin(); in isNextENDPGM()