Lines Matching defs:PointerMayBeCaptured
197 /// PointerMayBeCaptured - Return true if this pointer value may be captured
204 bool llvm::PointerMayBeCaptured(const Value *V, bool ReturnCaptures,
218 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore);
246 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures,
249 // TODO: See comment in PointerMayBeCaptured regarding what could be done
253 PointerMayBeCaptured(V, &CB, MaxUsesToExplore);
269 PointerMayBeCaptured(V, &CB, MaxUsesToExplore);
407 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
473 // PointerMayBeCaptured doesn't have any special analysis for the
476 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true);