Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp204 bool llvm::PointerMayBeCaptured(const Value *V, bool ReturnCaptures, in PointerMayBeCaptured() function in llvm
218 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
246 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures, in PointerMayBeCapturedBefore()
253 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()
269 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in FindEarliestCapture()
407 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker, in PointerMayBeCaptured() function in llvm
476 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true); in isNonEscapingLocalObject()
H A DInstructionSimplify.cpp2858 PointerMayBeCaptured(MI, &Tracker); in computePointerICmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h31 /// PointerMayBeCaptured family analysis.
34 /// PointerMayBeCaptured - Return true if this pointer value may be captured
44 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
80 /// This callback is used in conjunction with PointerMayBeCaptured. In
126 /// PointerMayBeCaptured - Visit the value and the values derived from it and
132 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp395 !PointerMayBeCaptured(Addr, true, true)) in maybeSharedMutable()
H A DThreadSanitizer.cpp450 !PointerMayBeCaptured(Addr, true, true)) { in chooseInstructionsToInstrument()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp906 PointerMayBeCaptured(&A, &Tracker); in addArgumentAttrs()
1111 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1089 I.first->second = !PointerMayBeCaptured(V, true, false); in isInvisibleToCallerAfterRet()
1108 I.first->second = PointerMayBeCaptured(V, false, true); in isInvisibleToCallerOnUnwind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1200 if (PointerMayBeCaptured(UseInst, true, true)) in collectUsesWithPtrTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2897 if (AI && !PointerMayBeCaptured(AI, false, true)) in isSafeToSpeculateStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp880 PointerMayBeCaptured(Alloca, &Tracker); in foldAllocaCmp()