Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp579 auto BlockIter = MBB->begin(); in combineInstructions() local
580 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()
/freebsd-14.2/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()