Searched refs:PointerMayBeCaptured (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CaptureTracking.cpp | 204 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 D | InstructionSimplify.cpp | 2858 PointerMayBeCaptured(MI, &Tracker); in computePointerICmp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CaptureTracking.h | 31 /// 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 D | SanitizerBinaryMetadata.cpp | 395 !PointerMayBeCaptured(Addr, true, true)) in maybeSharedMutable()
|
H A D | ThreadSanitizer.cpp | 450 !PointerMayBeCaptured(Addr, true, true)) { in chooseInstructionsToInstrument()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 906 PointerMayBeCaptured(&A, &Tracker); in addArgumentAttrs() 1111 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false)) in isFunctionMallocLike()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1089 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 D | AMDGPUPromoteAlloca.cpp | 1200 if (PointerMayBeCaptured(UseInst, true, true)) in collectUsesWithPtrTypes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2897 if (AI && !PointerMayBeCaptured(AI, false, true)) in isSafeToSpeculateStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 880 PointerMayBeCaptured(Alloca, &Tracker); in foldAllocaCmp()
|