Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp56 I = ReturnMBB.SkipPHIsLabelsAndDebug(I); in processBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h85 MachineBasicBlock::iterator MII = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in getFirstInsertPoint()
H A DFixupStatepointCallerSaved.cpp465 EHPad->SkipPHIsLabelsAndDebug(EHPad->begin(), Reg); in insertReloads()
H A DInlineSpiller.cpp466 MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin(), SrcReg); in hoistSpillInsideBB()
H A DMachineBasicBlock.cpp225 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I, in SkipPHIsLabelsAndDebug() function in MachineBasicBlock
H A DLiveDebugVariables.cpp1620 auto I = MBB->SkipPHIsLabelsAndDebug(BeginIt); in findInsertLocation()
H A DSplitKit.cpp813 MBB.SkipPHIsLabelsAndDebug(MBB.begin(), Reg)); in leaveIntvAtTop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp688 *Entry, Entry->SkipPHIsLabelsAndDebug(Entry->begin())); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp431 auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin()); in runOnMachineFunction()
1148 auto InsertPt = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in tracePredStateThroughIndirectBranches()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h857 iterator SkipPHIsLabelsAndDebug(iterator I, Register Reg = Register(),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1953 InsertPt = InsertMBB->SkipPHIsLabelsAndDebug(++Def->getIterator()); in tryFoldPhiAGPR()