Home
last modified time | relevance | path

Searched refs:PointerMayBeCaptured (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp153 bool llvm::PointerMayBeCaptured(const Value *V, in PointerMayBeCaptured() function in llvm
166 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
191 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
198 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()
206 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker, in PointerMayBeCaptured() function in llvm
395 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true); in isNonEscapingLocalObject()
H A DInstructionSimplify.cpp2601 if (MI && !PointerMayBeCaptured(MI, true, true)) in computePointerICmp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCaptureTracking.h41 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
97 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp734 PointerMayBeCaptured(&*A, &Tracker); in addArgumentAttrs()
929 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
H A DAttributorAttributes.cpp4228 PointerMayBeCaptured(V, this); in valueMayBeCaptured()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1044 I.first->second = !PointerMayBeCaptured(V, true, false); in isInvisibleToCallerAfterRet()
1061 I.first->second = !PointerMayBeCaptured(V, false, true); in isInvisibleToCallerBeforeRet()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp482 !PointerMayBeCaptured(Addr, true, true)) { in chooseInstructionsToInstrument()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp657 if (PointerMayBeCaptured(UseInst, true, true)) in collectUsesWithPtrTypes()