Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h420 const LandingPadInst *getLandingPadInst() const;
421 LandingPadInst *getLandingPadInst() { in getLandingPadInst() function
423 static_cast<const BasicBlock *>(this)->getLandingPadInst()); in getLandingPadInst()
DStatepoint.h423 LandingPadInst *LandingPad = StatepointInvoke->getLandingPadInst(); in getRelocates()
DInstructions.h3861 LandingPadInst *getLandingPadInst() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h324 LandingPadInst *getLandingPadInst();
325 const LandingPadInst *getLandingPadInst() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp333 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges()
371 LPads.insert(II->getUnwindDest()->getLandingPadInst()); in setupEntryBlockAndCallSites()
DDwarfEHPrepare.cpp190 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp475 const LandingPadInst *BasicBlock::getLandingPadInst() const { in getLandingPadInst() function in BasicBlock
DInstructions.cpp775 LandingPadInst *InvokeInst::getLandingPadInst() const { in getLandingPadInst() function in InvokeInst
DVerifier.cpp3711 Assert(LPI.getParent()->getLandingPadInst() == &LPI, in visitLandingPadInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1328 if (LandingPadInst *LPad = NewExit->getLandingPadInst()) { in UnswitchNontrivialCondition()
1335 LandingPadInst *LPI = BB->getLandingPadInst(); in UnswitchNontrivialCondition()
DRewriteStatepointsForGC.cpp1541 Instruction *ExceptionalToken = UnwindBlock->getLandingPadInst(); in makeStatepointExplicitImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp136 LandingPadInst *getLandingPadInst() const { return CallerLPad; } in getLandingPadInst() function in __anon69a13d1f0111::LandingPadInliningInfo
600 InlinedLPads.insert(II->getLandingPadInst()); in HandleInlinedLandingPad()
604 LandingPadInst *OuterLPad = Invoke.getLandingPadInst(); in HandleInlinedLandingPad()
DBasicBlockUtils.cpp852 LandingPadInst *LPad = OrigBB->getLandingPadInst(); in SplitLandingPadPredecessors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp755 LandingPads.insert(II->getLandingPadInst()); in runEHOnFunction()