Searched refs:BlockIter (Results 1 – 3 of 3) sorted by relevance
429 using BlockIter = std::vector<Block *>::const_iterator; typedef435 MergedChain(BlockIter Begin1, BlockIter End1, BlockIter Begin2 = BlockIter(), in MergedChain()436 BlockIter End2 = BlockIter(), BlockIter Begin3 = BlockIter(), in MergedChain()437 BlockIter End3 = BlockIter()) in MergedChain()463 BlockIter Begin1;464 BlockIter End1;465 BlockIter Begin2;466 BlockIter End2;467 BlockIter Begin3;468 BlockIter End3;[all …]
573 auto BlockIter = MBB->begin(); in combineInstructions() local574 decltype(BlockIter) LastUpdate; in combineInstructions()588 while (BlockIter != MBB->end()) { in combineInstructions()589 auto &MI = *BlockIter++; in combineInstructions()648 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()650 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()651 LastUpdate = BlockIter; in combineInstructions()660 LastUpdate = BlockIter; in combineInstructions()670 BlockIter--; in combineInstructions()706 LastUpdate = BlockIter; in combineInstructions()
142 auto BlockIter = MBB.begin(); in runOnMachineFunction() local144 while (BlockIter != MBB.end()) { in runOnMachineFunction()145 auto &MI = *BlockIter++; in runOnMachineFunction()