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

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 186 II->getUnwindDest()->removePredecessor(BB);
206 if (isa<PHINode>(II->getUnwindDest()->begin())) {
210 while (PHINode *PN = dyn_cast<PHINode>(II->getUnwindDest()->begin())) {
232 II->getUnwindDest()->getFirstInsertionPt());
236 CatchSwitch->addCase(InvokeNoC, II->getUnwindDest());
275 !isa<PHINode>(II->getUnwindDest()) &&
373 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
InlineFunction.cpp 54 : OuterResumeDest(II->getUnwindDest()), InnerResumeDest(0),
239 BasicBlock *InvokeDest = II->getUnwindDest();
541 const BasicBlock *BB = II->getUnwindDest();
554 const BasicBlock *BB = II->getUnwindDest();
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 223 BasicBlock *LPad = II->getUnwindDest();
299 BlocksToExtractVec.push_back(II->getUnwindDest());
PruneEH.cpp 191 BasicBlock *UnwindBlock = II->getUnwindDest();
DeadArgumentElimination.cpp 291 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
ArgumentPromotion.cpp 728 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 111 II->getUnwindDest()->removePredecessor(II->getParent());
173 II->getUnwindDest()->removePredecessor(II->getParent());
GlobalMerge.cpp 221 const LandingPadInst *LPInst = II->getUnwindDest()->getLandingPadInst();
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 339 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
361 BasicBlock *UnwindBlock = Invokes[i]->getUnwindDest();
402 LPads.insert(II->getUnwindDest()->getLandingPadInst());
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 286 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/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 402 milliseconds