Lines Matching refs:MaxUsesToExplore
230 bool StoreCaptures, unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
233 MaxUsesToExplore); in PointerMayBeCaptured()
241 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
252 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
272 unsigned MaxUsesToExplore, in PointerMayBeCapturedBefore() argument
279 MaxUsesToExplore); in PointerMayBeCapturedBefore()
285 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()
298 unsigned MaxUsesToExplore) { in FindEarliestCapture() argument
303 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in FindEarliestCapture()
438 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
440 if (MaxUsesToExplore == 0) in PointerMayBeCaptured()
441 MaxUsesToExplore = DefaultMaxUsesToExplore; in PointerMayBeCaptured()
451 if (Visited.size() >= MaxUsesToExplore) { in PointerMayBeCaptured()