Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionsMIR.cpp77 EntryMBB->SkipPHIsLabelsAndDebug(EntryMBB->begin()); in extractInstrFromFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp56 I = ReturnMBB.SkipPHIsLabelsAndDebug(I); in processBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.h85 MachineBasicBlock::iterator MII = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in getFirstInsertPoint()
H A DFixupStatepointCallerSaved.cpp464 auto EHPadInsertPoint = EHPad->SkipPHIsLabelsAndDebug(EHPad->begin()); in insertReloads()
H A DMachineBasicBlock.cpp223 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I, in SkipPHIsLabelsAndDebug() function in MachineBasicBlock
H A DInlineSpiller.cpp427 MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin()); in hoistSpillInsideBB()
H A DLiveDebugVariables.cpp1619 auto I = MBB->SkipPHIsLabelsAndDebug(BeginIt); in findInsertLocation()
H A DSplitKit.cpp799 MBB.SkipPHIsLabelsAndDebug(MBB.begin())); in leaveIntvAtTop()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp686 *Entry, Entry->SkipPHIsLabelsAndDebug(Entry->begin())); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp432 auto EntryInsertPt = Entry.SkipPHIsLabelsAndDebug(Entry.begin()); in runOnMachineFunction()
1149 auto InsertPt = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in tracePredStateThroughIndirectBranches()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h828 iterator SkipPHIsLabelsAndDebug(iterator I, bool SkipPseudoOp = true);