Home
last modified time | relevance | path

Searched refs:MaxUsesToExplore (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCaptureTracking.cpp233 MaxUsesToExplore); in PointerMayBeCaptured()
241 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
252 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
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()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCaptureTracking.h46 bool StoreCaptures, unsigned MaxUsesToExplore = 0);
53 unsigned MaxUsesToExplore = 0);
72 unsigned MaxUsesToExplore = 0,
87 unsigned MaxUsesToExplore = 0);
142 unsigned MaxUsesToExplore = 0);
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DCaptureTrackingTest.cpp20 TEST(CaptureTracking, MaxUsesToExplore) { in TEST() argument