Home
last modified time | relevance | path

Searched refs:MayReturn (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp2474 bool MayReturn = in emitCheckHandlerCall() local
2478 if (!MayReturn) { in emitCheckHandlerCall()
2489 if (!MayReturn) { in emitCheckHandlerCall()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3166 bool MayReturn = in emitCheckHandlerCall() local
3170 if (!MayReturn) { in emitCheckHandlerCall()
3182 if (!MayReturn) { in emitCheckHandlerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2828 bool MayReturn = !NoReturnAA.isAssumedNoReturn(); in manifest() local
2829 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp3105 bool MayReturn = !NoReturnAA.isAssumedNoReturn(); in manifest() local
3106 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()