Home
last modified time | relevance | path

Searched refs:Invoke2CallAllowed (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1310 bool Invoke2CallAllowed = in cleanupIR() local
1318 if (Invoke2CallAllowed) { in cleanupIR()
H A DAttributorAttributes.cpp3132 bool Invoke2CallAllowed = !mayCatchAsynchronousExceptions(F); in manifest() local
3142 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()