Searched refs:MaxUsesToExplore (Results 1 – 3 of 3) sorted by relevance
233 MaxUsesToExplore); in PointerMayBeCaptured()241 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument252 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()279 MaxUsesToExplore); in PointerMayBeCapturedBefore()285 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()298 unsigned MaxUsesToExplore) { in FindEarliestCapture() argument303 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in FindEarliestCapture()438 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument440 if (MaxUsesToExplore == 0) in PointerMayBeCaptured()441 MaxUsesToExplore = DefaultMaxUsesToExplore; in PointerMayBeCaptured()[all …]
46 bool StoreCaptures, unsigned MaxUsesToExplore = 0);53 unsigned MaxUsesToExplore = 0);72 unsigned MaxUsesToExplore = 0,87 unsigned MaxUsesToExplore = 0);142 unsigned MaxUsesToExplore = 0);
20 TEST(CaptureTracking, MaxUsesToExplore) { in TEST() argument