Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp548 auto BlockIter = MBB->begin(); in combineInstructions() local
549 decltype(BlockIter) LastUpdate; in combineInstructions()
563 while (BlockIter != MBB->end()) { in combineInstructions()
564 auto &MI = *BlockIter++; in combineInstructions()
629 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
631 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
632 LastUpdate = BlockIter; in combineInstructions()
641 LastUpdate = BlockIter; in combineInstructions()
651 BlockIter--; in combineInstructions()
682 LastUpdate = BlockIter; in combineInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
136 while (BlockIter != MBB.end()) { in runOnMachineFunction()
137 auto &MI = *BlockIter++; in runOnMachineFunction()