HomeSort by: relevance | last modified time | path
    Searched refs:PointerMayBeCaptured (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CaptureTracking.h 28 /// PointerMayBeCaptured family analysis.
31 /// PointerMayBeCaptured - Return true if this pointer value may be captured
41 bool PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
63 /// This callback is used in conjunction with PointerMayBeCaptured. In
91 /// PointerMayBeCaptured - Visit the value and the values derived from it and
97 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp 146 /// PointerMayBeCaptured - Return true if this pointer value may be captured
153 bool llvm::PointerMayBeCaptured(const Value *V,
166 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore);
191 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures,
194 // TODO: See comment in PointerMayBeCaptured regarding what could be done
198 PointerMayBeCaptured(V, &CB, MaxUsesToExplore);
206 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
392 // PointerMayBeCaptured doesn't have any special analysis for the
395 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true);
InstructionSimplify.cpp 2601 if (MI && !PointerMayBeCaptured(MI, true, true))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 734 PointerMayBeCaptured(&*A, &Tracker);
929 if (PointerMayBeCaptured(RetVal, false, /*StoreCaptures=*/false))
AttributorAttributes.cpp 4228 PointerMayBeCaptured(V, this);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 1044 I.first->second = !PointerMayBeCaptured(V, true, false);
1061 I.first->second = !PointerMayBeCaptured(V, false, true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 657 if (PointerMayBeCaptured(UseInst, true, true))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 482 !PointerMayBeCaptured(Addr, true, true)) {

Completed in 44 milliseconds