Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2088 bool Invoke2CallAllowed = in cleanupIR() local
2096 if (Invoke2CallAllowed) { in cleanupIR()
H A DAttributorAttributes.cpp3777 bool Invoke2CallAllowed = !mayCatchAsynchronousExceptions(F); in manifest() local
3787 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()