Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2518 bool Invoke2CallAllowed = in cleanupIR() local
2526 if (Invoke2CallAllowed) { in cleanupIR()
H A DAttributorAttributes.cpp4506 bool Invoke2CallAllowed = !mayCatchAsynchronousExceptions(F); in manifest() local
4517 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()