HomeSort by relevance Sort by last modified time
    Searched defs:PointerMayBeCaptured (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
CaptureTracking.cpp 29 /// As its comment mentions, PointerMayBeCaptured can be expensive.
39 /// PointerMayBeCaptured - Return true if this pointer value may be captured
46 bool llvm::PointerMayBeCaptured(const Value *V,
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 152 /// PointerMayBeCaptured - Return true if this pointer value may be captured
159 bool llvm::PointerMayBeCaptured(const Value *V,
171 PointerMayBeCaptured(V, &SCT);
194 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures);
198 // TODO: See comment in PointerMayBeCaptured regarding what could be done
202 PointerMayBeCaptured(V, &CB);
214 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker) {

Completed in 214 milliseconds