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

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 72 II->getUnwindDest()->removePredecessor(BB);
InlineFunction.cpp 55 : OuterResumeDest(II->getUnwindDest()), InnerResumeDest(nullptr),
218 BasicBlock *InvokeDest = II->getUnwindDest();
562 const BasicBlock *BB = II->getUnwindDest();
575 const BasicBlock *BB = II->getUnwindDest();
    [all...]
Local.cpp     [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 227 BasicBlock *LPad = II->getUnwindDest();
303 BlocksToExtractVec.push_back(II->getUnwindDest());
PruneEH.cpp 192 BasicBlock *UnwindBlock = II->getUnwindDest();
DeadArgumentElimination.cpp 257 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
ArgumentPromotion.cpp 744 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 338 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
360 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
402 LPads.insert(II->getUnwindDest()->getLandingPadInst());
GlobalMerge.cpp 266 const LandingPadInst *LPInst = II->getUnwindDest()->getLandingPadInst();
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 284 tryUnify(LI->getUnwindDest(), RI->getUnwindDest());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
Instructions.cpp 608 return cast<LandingPadInst>(getUnwindDest()->getFirstNonPHI());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 160 BasicBlock *UnwindDest = Inst->getUnwindDest();
180 BasicBlock *UnwindDest = Invoke->getUnwindDest();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 673 milliseconds