HomeSort by: relevance | last modified time | path
    Searched defs:InvokeDest (Results 1 - 2 of 2) 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);
  /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 17 milliseconds