Lines Matching refs:MaxUsesToExplore
205 bool StoreCaptures, unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
218 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
240 unsigned MaxUsesToExplore, in PointerMayBeCapturedBefore() argument
247 MaxUsesToExplore); in PointerMayBeCapturedBefore()
253 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()
264 unsigned MaxUsesToExplore) { in FindEarliestCapture() argument
269 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in FindEarliestCapture()
408 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
410 if (MaxUsesToExplore == 0) in PointerMayBeCaptured()
411 MaxUsesToExplore = DefaultMaxUsesToExplore; in PointerMayBeCaptured()
421 if (Visited.size() >= MaxUsesToExplore) { in PointerMayBeCaptured()