Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp393 MergedChain(BlockIter Begin1, BlockIter End1, BlockIter Begin2 = BlockIter(), in MergedChain()
394 BlockIter End2 = BlockIter(), BlockIter Begin3 = BlockIter(), in MergedChain()
395 BlockIter End3 = BlockIter()) in MergedChain()
421 BlockIter Begin1;
422 BlockIter End1;
423 BlockIter Begin2;
424 BlockIter End2;
425 BlockIter Begin3;
426 BlockIter End3;
769 BlockIter EndX2 = X.end(); in mergeBlocks()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp400 MergedChain(BlockIter Begin1, BlockIter End1, BlockIter Begin2 = BlockIter(), in MergedChain()
401 BlockIter End2 = BlockIter(), BlockIter Begin3 = BlockIter(), in MergedChain()
402 BlockIter End3 = BlockIter()) in MergedChain()
428 BlockIter Begin1;
429 BlockIter End1;
430 BlockIter Begin2;
431 BlockIter End2;
432 BlockIter Begin3;
433 BlockIter End3;
791 BlockIter EndX2 = X.end(); in mergeBlocks()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp588 auto BlockIter = MBB->begin(); in combineInstructions() local
589 decltype(BlockIter) LastUpdate; in combineInstructions()
603 while (BlockIter != MBB->end()) { in combineInstructions()
604 auto &MI = *BlockIter++; in combineInstructions()
669 if (IncrementalUpdate && LastUpdate != BlockIter) { in combineInstructions()
671 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits); in combineInstructions()
672 LastUpdate = BlockIter; in combineInstructions()
681 LastUpdate = BlockIter; in combineInstructions()
691 BlockIter--; in combineInstructions()
722 LastUpdate = BlockIter; in combineInstructions()
/llvm-project-15.0.7/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()