Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp61 I = ReturnMBB.SkipPHIsLabelsAndDebug(I); in processBlock()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSplitKit.h85 MachineBasicBlock::iterator MII = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in getFirstInsertPoint()
H A DLiveDebugVariables.cpp1165 MachineBasicBlock::iterator I = MBB->SkipPHIsLabelsAndDebug(MBB->begin()); in findInsertLocation()
H A DMachineBasicBlock.cpp176 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I) { in SkipPHIsLabelsAndDebug() function in MachineBasicBlock
H A DInlineSpiller.cpp401 MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin()); in hoistSpillInsideBB()
H A DSplitKit.cpp821 MBB.SkipPHIsLabelsAndDebug(MBB.begin())); in leaveIntvAtTop()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp686 *Entry, Entry->SkipPHIsLabelsAndDebug(Entry->begin())); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h539 iterator SkipPHIsLabelsAndDebug(iterator I);
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp434 auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin()); in runOnMachineFunction()
1147 auto InsertPt = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in tracePredStateThroughIndirectBranches()