HomeSort by relevance Sort by last modified time
    Searched defs:InvokeDest (Results 1 - 2 of 2) 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/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...]

Completed in 216 milliseconds