Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBoundsChecking.h26 Runtime(bool MinRuntime, bool MayReturn) in Runtime()
27 : MinRuntime(MinRuntime), MayReturn(MayReturn) {} in Runtime()
29 bool MayReturn; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp124 static CallInst *InsertCall(BuilderTy &IRB, bool MayReturn, StringRef Name) { in InsertCall() argument
129 if (!MayReturn) in InsertCall()
179 if (!Opts.MayReturn) in getRuntimeCallName()
255 CallInst *TrapCall = Opts.Rt ? InsertCall(IRB, Opts.Rt->MayReturn, Name) in addBoundsChecking()
263 bool MayReturn = Opts.Rt && Opts.Rt->MayReturn; in addBoundsChecking() local
264 if (MayReturn) { in addBoundsChecking()
271 if (!MayReturn && SingleTrapBB && !DebugTrapBB) in addBoundsChecking()
305 if (!Opts.Rt->MayReturn) in printPipeline()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3688 bool MayReturn = in emitCheckHandlerCall() local
3692 if (!MayReturn) { in emitCheckHandlerCall()
3708 if (!MayReturn) { in emitCheckHandlerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4548 bool MayReturn = !AA::hasAssumedIRAttr<Attribute::NoReturn>( in manifest() local
4551 if (MayReturn && (!Invoke2CallAllowed || !isa<InvokeInst>(CB))) in manifest()