HomeSort by relevance Sort by last modified time
    Searched refs:getUnwindDest (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 72 II->getUnwindDest()->removePredecessor(&*BB);
Local.cpp     [all...]
InlineFunction.cpp 78 : OuterResumeDest(II->getUnwindDest()), InnerResumeDest(nullptr),
243 BasicBlock *InvokeDest = II->getUnwindDest();
300 BasicBlock *UnwindDest = II->getUnwindDest();
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 229 BasicBlock *LPad = II->getUnwindDest();
305 BlocksToExtractVec.push_back(II->getUnwindDest());
PruneEH.cpp 206 BasicBlock *UnwindBlock = II->getUnwindDest();
DeadArgumentElimination.cpp 262 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 327 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
349 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
389 LPads.insert(II->getUnwindDest()->getLandingPadInst());
WinEHPrepare.cpp 154 return CRI->getUnwindDest();
179 FuncletUnwindDest = CatchPad->getCatchSwitch()->getUnwindDest();
185 BasicBlock *InvokeUnwindDest = II->getUnwindDest();
    [all...]
GlobalMerge.cpp 500 const LandingPadInst *LPInst = II->getUnwindDest()->getLandingPadInst();
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 284 tryUnify(LI->getUnwindDest(), RI->getUnwindDest());
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
PlaceSafepoints.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Instructions.cpp 594 II->getUnwindDest(), Args, OpB,
681 return cast<LandingPadInst>(getUnwindDest()->getFirstNonPHI());
812 return getUnwindDest();
    [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 242 auto *FirstNonPHI = II->getUnwindDest()->getFirstNonPHI();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 165 BasicBlock *UnwindDest = Inst->getUnwindDest();
185 BasicBlock *UnwindDest = Invoke->getUnwindDest();
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]

Completed in 1604 milliseconds

1 2