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/
DReduceInstructionsMIR.cpp77 EntryMBB->SkipPHIsLabelsAndDebug(EntryMBB->begin()); in extractInstrFromFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp56 I = ReturnMBB.SkipPHIsLabelsAndDebug(I); in processBlock()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSplitKit.h85 MachineBasicBlock::iterator MII = MBB.SkipPHIsLabelsAndDebug(MBB.begin()); in getFirstInsertPoint()
DFixupStatepointCallerSaved.cpp464 auto EHPadInsertPoint = EHPad->SkipPHIsLabelsAndDebug(EHPad->begin()); in insertReloads()
DMachineBasicBlock.cpp223 MachineBasicBlock::SkipPHIsLabelsAndDebug(MachineBasicBlock::iterator I, in SkipPHIsLabelsAndDebug() function in MachineBasicBlock
DInlineSpiller.cpp427 MII = MBB->SkipPHIsLabelsAndDebug(MBB->begin()); in hoistSpillInsideBB()
DLiveDebugVariables.cpp1619 auto I = MBB->SkipPHIsLabelsAndDebug(BeginIt); in findInsertLocation()
DSplitKit.cpp799 MBB.SkipPHIsLabelsAndDebug(MBB.begin())); in leaveIntvAtTop()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SpeculationHardening.cpp686 *Entry, Entry->SkipPHIsLabelsAndDebug(Entry->begin())); in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
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/
DMachineBasicBlock.h828 iterator SkipPHIsLabelsAndDebug(iterator I, bool SkipPseudoOp = true);