Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h674 const LandingPadInst *getLandingPadInst() const;
675 LandingPadInst *getLandingPadInst() { in getLandingPadInst() function
677 static_cast<const BasicBlock *>(this)->getLandingPadInst()); in getLandingPadInst()
H A DStatepoint.h221 LandingPadInst *LandingPad = StatepointInvoke->getLandingPadInst(); in getGCRelocates()
H A DInstructions.h3674 LandingPadInst *getLandingPadInst() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp181 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls()
204 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls()
H A DSjLjEHPrepare.cpp357 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()
395 LPads.insert(II->getUnwindDest()->getLandingPadInst()); in setupEntryBlockAndCallSites()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp155 LandingPadInst *getLandingPadInst() const { return CallerLPad; } in getLandingPadInst() function in __anonf5c37c130111::LandingPadInliningInfo
618 InlinedLPads.insert(II->getLandingPadInst()); in HandleInlinedLandingPad()
622 LandingPadInst *OuterLPad = Invoke.getLandingPadInst(); in HandleInlinedLandingPad()
H A DBasicBlockUtils.cpp1508 LandingPadInst *LPad = OrigBB->getLandingPadInst(); in SplitLandingPadPredecessorsImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp681 const LandingPadInst *BasicBlock::getLandingPadInst() const { in getLandingPadInst() function in BasicBlock
H A DInstructions.cpp831 LandingPadInst *InvokeInst::getLandingPadInst() const { in getLandingPadInst() function in InvokeInst
H A DVerifier.cpp4480 Check(LPI.getParent()->getLandingPadInst() == &LPI, in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp552 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1085 LandingPads.insert(II->getLandingPadInst()); in runEHOnFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp324 if (!LandingPadHasOnlyCXXUses(BB->getLandingPadInst())) in PersonalityHasOnlyCXXUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1877 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()