Home
last modified time | relevance | path

Searched refs:BlockIter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp564 auto BlockIter = MBB->begin(); in combineInstructions() local
565 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp142 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
144 while (BlockIter != MBB.end()) { in runOnMachineFunction()
145 auto &MI = *BlockIter++; in runOnMachineFunction()