Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp429 using BlockIter = std::vector<Block *>::const_iterator; typedef
435 MergedChain(BlockIter Begin1, BlockIter End1, BlockIter Begin2 = BlockIter(), in MergedChain()
436 BlockIter End2 = BlockIter(), BlockIter Begin3 = BlockIter(), in MergedChain()
437 BlockIter End3 = BlockIter()) in MergedChain()
463 BlockIter Begin1;
464 BlockIter End1;
465 BlockIter Begin2;
466 BlockIter End2;
467 BlockIter Begin3;
468 BlockIter End3;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCombiner.cpp573 auto BlockIter = MBB->begin(); in combineInstructions() local
574 decltype(BlockIter) LastUpdate; in combineInstructions()
588 while (BlockIter != MBB->end()) { in combineInstructions()
589 auto &MI = *BlockIter++; in combineInstructions()
648 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
650 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
651 LastUpdate = BlockIter; in combineInstructions()
660 LastUpdate = BlockIter; in combineInstructions()
670 BlockIter--; in combineInstructions()
706 LastUpdate = BlockIter; in combineInstructions()
/openbsd-src/gnu/llvm/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()