Searched defs:PointerMayBeCaptured (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DCaptureTracking.cpp29 /// 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, function in class:llvm
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp152 /// PointerMayBeCaptured - Return true if this pointer value may be captured
159 bool llvm::PointerMayBeCaptured(const Value *V, function in class:llvm
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) { function in class:llvm

Completed in 247 milliseconds