Searched defs:InvokeDest (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DInlineFunction.cpp499 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
609 BasicBlock *InvokeDest = II->getUnwindDest(); local
622 InvokeDest->removePredecessor(II->getParent());
642 BranchInst::Create(InvokeDest, UI);
661 InvokeDest->removePredecessor(II->getParent());
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp415 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
510 BasicBlock *InvokeDest = II->getUnwindDest(); local
556 InvokeDest->removePredecessor(II->getParent());

Completed in 97 milliseconds