Lines Matching defs:StoreCaptures
201 /// counts as capturing it or not. The boolean StoreCaptures specified whether
205 bool StoreCaptures, unsigned MaxUsesToExplore) {
209 // TODO: If StoreCaptures is not true, we could do Fancy analysis
213 (void)StoreCaptures;
234 /// it or not. The boolean StoreCaptures specified whether storing the value
238 bool StoreCaptures, const Instruction *I,
246 return PointerMayBeCaptured(V, ReturnCaptures, StoreCaptures,
250 // with StoreCaptures.
262 bool ReturnCaptures, bool StoreCaptures,
471 // Set StoreCaptures to True so that we can assume in our callers that the
474 // StoreCaptures=false case; if it did, our callers could be refined to be
476 auto Ret = !PointerMayBeCaptured(V, false, /*StoreCaptures=*/true);