Home
last modified time | relevance | path

Searched refs:SkipPHIsAndLabels (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp63 return MBB->SkipPHIsAndLabels(InsertPoint); in findPHICopyInsertPoint()
H A DPHIElimination.cpp293 std::prev(MBB.SkipPHIsAndLabels(MBB.begin())); in EliminatePHINodes()
418 for (auto I = MBB.SkipPHIsAndLabels(MBB.begin()), E = MBB.end(); I != E; in LowerPHINode()
H A DMachineSink.cpp1632 SinkBlock->splice(SinkBlock->SkipPHIsAndLabels(SinkBlock->begin()), Preheader, in SinkIntoCycle()
1760 SuccToSinkTo->SkipPHIsAndLabels(SuccToSinkTo->begin()); in SinkInstruction()
2154 SuccBB->SkipPHIsAndLabels(SuccBB->begin()); in tryToSinkCopy()
H A DMachineBasicBlock.cpp210 MachineBasicBlock::SkipPHIsAndLabels(MachineBasicBlock::iterator I) { in SkipPHIsAndLabels() function in MachineBasicBlock
651 iterator I = SkipPHIsAndLabels(begin()), E = end(); in addLiveIn()
H A DBranchFolding.cpp1296 auto InsertBefore = SuccMBB.SkipPHIsAndLabels(SuccMBB.begin()); in copyDebugInfoToSuccessor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp132 InsertMBB->insert(InsertMBB->SkipPHIsAndLabels(InsertMBB->begin()), in localizeInterBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp135 B.setInsertPt(*MBB, MBB->SkipPHIsAndLabels(std::next(Instr->getIterator()))); in buildRegCopyToLaneMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp526 extractPredStateFromSP(MBB, MBB.SkipPHIsAndLabels(MBB.begin()), Loc)); in runOnMachineFunction()
591 auto InsertPt = MBB->SkipPHIsAndLabels(MBB->begin()); in hardenEdgesWithLFENCE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h874 iterator SkipPHIsAndLabels(iterator I);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2108 auto It = MBB->SkipPHIsAndLabels(MBB->begin()), E = MBB->end(); in selectFrameIndex()