Home
last modified time | relevance | path

Searched refs:getLandingPadInst (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DBasicBlock.h521 const LandingPadInst *getLandingPadInst() const;
522 LandingPadInst *getLandingPadInst() { in getLandingPadInst() function
524 static_cast<const BasicBlock *>(this)->getLandingPadInst()); in getLandingPadInst()
DStatepoint.h221 LandingPadInst *LandingPad = StatepointInvoke->getLandingPadInst(); in getGCRelocates()
DInstructions.h3961 LandingPadInst *getLandingPadInst() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp179 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls()
202 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls()
DSjLjEHPrepare.cpp342 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()
380 LPads.insert(II->getUnwindDest()->getLandingPadInst()); in setupEntryBlockAndCallSites()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DReduceBasicBlocks.cpp50 LandingPadInst *LP = Invoke->getLandingPadInst(); in replaceBranchTerminator()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DBasicBlock.cpp517 const LandingPadInst *BasicBlock::getLandingPadInst() const { in getLandingPadInst() function in BasicBlock
DInstructions.cpp1025 LandingPadInst *InvokeInst::getLandingPadInst() const { in getLandingPadInst() function in InvokeInst
DVerifier.cpp4171 Check(LPI.getParent()->getLandingPadInst() == &LPI, in visitLandingPadInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp155 LandingPadInst *getLandingPadInst() const { return CallerLPad; } in getLandingPadInst() function in __anon7413800f0111::LandingPadInliningInfo
617 InlinedLPads.insert(II->getLandingPadInst()); in HandleInlinedLandingPad()
621 LandingPadInst *OuterLPad = Invoke.getLandingPadInst(); in HandleInlinedLandingPad()
DBasicBlockUtils.cpp1362 LandingPadInst *LPad = OrigBB->getLandingPadInst(); in SplitLandingPadPredecessorsImpl()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp550 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1092 LandingPads.insert(II->getLandingPadInst()); in runEHOnFunction()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGException.cpp322 if (!LandingPadHasOnlyCXXUses(BB->getLandingPadInst())) in PersonalityHasOnlyCXXUses()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1901 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()