Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp561 auto BlockIter = MBB->begin(); in combineInstructions() local
562 decltype(BlockIter) LastUpdate; in combineInstructions()
576 while (BlockIter != MBB->end()) { in combineInstructions()
577 auto &MI = *BlockIter++; in combineInstructions()
636 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
638 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
639 LastUpdate = BlockIter; in combineInstructions()
648 LastUpdate = BlockIter; in combineInstructions()
658 BlockIter--; in combineInstructions()
694 LastUpdate = BlockIter; in combineInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp136 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
138 while (BlockIter != MBB.end()) { in runOnMachineFunction()
139 auto &MI = *BlockIter++; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp2202 auto BlockIter = Block->getIterator(); in isNextENDPGM() local
2206 if (++BlockIter != BlockEnd) { in isNextENDPGM()
2207 It = BlockIter->instr_begin(); in isNextENDPGM()