Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributor.cpp2335 bool Invoke2CallAllowed = in cleanupIR() local
2343 if (Invoke2CallAllowed) { in cleanupIR()
DAttributorAttributes.cpp4475 bool Invoke2CallAllowed = !mayCatchAsynchronousExceptions(F); in manifest() local
4485 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()