Home
last modified time | relevance | path

Searched refs:SkipPHIsLabelsAndDebug (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp143 Next = MBB.SkipPHIsLabelsAndDebug(Next); in runOnMachineFunction()
149 Next = MBB.SkipPHIsLabelsAndDebug(Next); in runOnMachineFunction()
155 Next = MBB.SkipPHIsLabelsAndDebug(++Next); in runOnMachineFunction()
H A DSplitKit.h85 MachineBasicBlock::iterator MII = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in getFirstInsertPoint()
H A DFixupStatepointCallerSaved.cpp462 EHPad->SkipPHIsLabelsAndDebug(EHPad->begin(), Reg); in insertReloads()
H A DMachineBasicBlock.cpp225 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I, in SkipPHIsLabelsAndDebug() function in MachineBasicBlock
H A DInlineSpiller.cpp466 MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin(), SrcReg); in hoistSpillInsideBB()
H A DLiveDebugVariables.cpp1666 auto I = MBB->SkipPHIsLabelsAndDebug(BeginIt); in findInsertLocation()
H A DSplitKit.cpp848 MBB.SkipPHIsLabelsAndDebug(MBB.begin(), Reg)); in leaveIntvAtTop()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp45 I = ReturnMBB.SkipPHIsLabelsAndDebug(I); in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp683 *Entry, Entry->SkipPHIsLabelsAndDebug(Entry->begin())); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp429 auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin()); in runOnMachineFunction()
1145 auto InsertPt = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in tracePredStateThroughIndirectBranches()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h910 LLVM_ABI iterator SkipPHIsLabelsAndDebug(iterator I,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp2539 InsertPt = InsertMBB->SkipPHIsLabelsAndDebug(++Def->getIterator()); in tryFoldPhiAGPR()