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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 539 BasicBlock *UnwindDest = Inst->getUnwindDest();
540 if (UnwindDest->isLandingPad()) continue; // Already converted.
545 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
559 BasicBlock *UnwindDest = Invoke->getUnwindDest();
560 Function *F = UnwindDest->getParent();
578 if (!UnwindDest->getSinglePredecessor()) {
582 UnwindDest->getParent());
583 BranchInst::Create(UnwindDest, NewBB);
588 II = UnwindDest->begin(); isa<PHINode>(II); ++II) {
595 UnwindDest = NewBB
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 258 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest();
259 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
263 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad);
267 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
367 BasicBlock *UnwindDest = InnerCatchSwitch->getUnwindDest();
368 if (!UnwindDest || UnwindDest == CatchSwitch->getUnwindDest())
372 BasicBlock *UnwindDest = getCleanupRetUnwindDest(InnerCleanupPad)
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 567 BasicBlock *UnwindDest = II->getUnwindDest();
570 assert(UnwindDest->getFirstNonPHI()->isEHPad() && "unexpected BasicBlock!");
577 for (Instruction &I : *UnwindDest) {
588 BasicBlock::iterator I = UnwindDest->begin();
604 CleanupReturnInst::Create(CleanupPad, UnwindDest, CRI);
650 CatchSwitch->getParentPad(), UnwindDest,
679 &*BB, UnwindDest, &FuncletUnwindMap))
688 UnwindDest->removePredecessor(InvokeBB);
    [all...]
Local.cpp     [all...]
SimplifyCFG.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/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 509 milliseconds