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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 499 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
609 BasicBlock *InvokeDest = II->getUnwindDest();
622 InvokeDest->removePredecessor(II->getParent());
642 BranchInst::Create(InvokeDest, UI);
661 InvokeDest->removePredecessor(II->getParent());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 415 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
510 BasicBlock *InvokeDest = II->getUnwindDest();
556 InvokeDest->removePredecessor(II->getParent());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 525 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
590 BasicBlock *InvokeDest = II->getUnwindDest();
636 InvokeDest->removePredecessor(II->getParent());
    [all...]

Completed in 236 milliseconds