HomeSort by relevance Sort by last modified time
    Searched refs:getLandingPadInst (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/IR/
BasicBlock.h 315 LandingPadInst *getLandingPadInst();
316 const LandingPadInst *getLandingPadInst() const;
Statepoint.h 400 cast<InvokeInst>(getInstruction())->getLandingPadInst();
Instructions.h     [all...]
  /external/llvm/lib/IR/
BasicBlock.cpp 428 LandingPadInst *BasicBlock::getLandingPadInst() {
431 const LandingPadInst *BasicBlock::getLandingPadInst() const {
Instructions.cpp 680 LandingPadInst *InvokeInst::getLandingPadInst() const {
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 187 if (auto *LP = BB.getLandingPadInst())
SjLjEHPrepare.cpp 350 LandingPadInst *LPI = UnwindBlock->getLandingPadInst();
389 LPads.insert(II->getUnwindDest()->getLandingPadInst());
GlobalMerge.cpp 500 const LandingPadInst *LPInst = II->getUnwindDest()->getLandingPadInst();
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 102 LandingPadInst *getLandingPadInst() const { return CallerLPad; }
257 InlinedLPads.insert(II->getLandingPadInst());
261 LandingPadInst *OuterLPad = Invoke.getLandingPadInst();
    [all...]
BasicBlockUtils.cpp 619 LandingPadInst *LPad = OrigBB->getLandingPadInst();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 284 if (!LandingPadHasOnlyCXXUses(BB->getLandingPadInst()))
    [all...]

Completed in 1794 milliseconds