Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
137 while (BlockIter != MBB.end()) { in runOnMachineFunction()
138 auto &MI = *BlockIter++; in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp501 auto BlockIter = MBB->begin(); in combineInstructions() local
502 decltype(BlockIter) LastUpdate; in combineInstructions()
511 while (BlockIter != MBB->end()) { in combineInstructions()
512 auto &MI = *BlockIter++; in combineInstructions()
580 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
581 LastUpdate = BlockIter; in combineInstructions()
609 LastUpdate = BlockIter; in combineInstructions()