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

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp163 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
218 BasicBlock *InvokeDest = II->getUnwindDest(); local
260 InvokeDest->removePredecessor(II->getParent());
/external/clang/lib/CodeGen/
H A DCGCall.cpp2495 llvm::BasicBlock *InvokeDest = getInvokeDest(); local
2498 if (!InvokeDest)
2502 Inst = Builder.CreateInvoke(Callee, ContBB, InvokeDest, Args, Name);
2933 llvm::BasicBlock *InvokeDest = nullptr; local
2936 InvokeDest = getInvokeDest();
2939 if (!InvokeDest) {
2943 CS = Builder.CreateInvoke(Callee, Cont, InvokeDest, Args);

Completed in 147 milliseconds