HomeSort by: relevance | last modified time | path
    Searched refs:InvokeDest (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 1320 llvm::BasicBlock *InvokeDest = CGF.getInvokeDest();
1321 assert(CGF.Builder.GetInsertBlock() && InvokeDest);
1327 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList);
CGCall.cpp 4459 llvm::BasicBlock *InvokeDest = getInvokeDest();
4464 if (!InvokeDest)
4468 Inst = Builder.CreateInvoke(Callee, ContBB, InvokeDest, Args, BundleList,
5220 llvm::BasicBlock *InvokeDest = CannotThrow ? nullptr : getInvokeDest();
5240 if (!InvokeDest) {
5244 CI = Builder.CreateInvoke(IRFuncTy, CalleePtr, Cont, InvokeDest, IRCallArgs,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 537 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
609 BasicBlock *InvokeDest = II->getUnwindDest();
655 InvokeDest->removePredecessor(II->getParent());

Completed in 21 milliseconds