HomeSort by relevance Sort by last modified time
    Searched defs:UnwindDest (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 300 BasicBlock *UnwindDest = II->getUnwindDest();
303 assert(UnwindDest->getFirstNonPHI()->isEHPad() && "unexpected BasicBlock!");
310 for (Instruction &I : *UnwindDest) {
321 BasicBlock::iterator I = UnwindDest->begin();
335 CleanupReturnInst::Create(CRI->getCleanupPad(), UnwindDest, CRI);
349 CatchSwitch->getParentPad(), UnwindDest,
373 HandleCallsInBlockInlinedThroughInvoke(&*BB, UnwindDest))
382 UnwindDest->removePredecessor(InvokeBB);
    [all...]
Local.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 165 BasicBlock *UnwindDest = Inst->getUnwindDest();
166 if (UnwindDest->isLandingPad()) continue; // Already converted.
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
185 BasicBlock *UnwindDest = Invoke->getUnwindDest();
186 Function *F = UnwindDest->getParent();
204 if (!UnwindDest->getSinglePredecessor()) {
208 UnwindDest->getParent());
209 BranchInst::Create(UnwindDest, NewBB);
214 II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
221 UnwindDest = NewBB
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 1207 milliseconds