Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp155 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
166 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured()
186 unsigned MaxUsesToExplore) { in PointerMayBeCapturedBefore() argument
192 MaxUsesToExplore); in PointerMayBeCapturedBefore()
198 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore()
207 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument
209 if (MaxUsesToExplore == 0) in PointerMayBeCaptured()
210 MaxUsesToExplore = DefaultMaxUsesToExplore; in PointerMayBeCaptured()
221 if (Count++ >= MaxUsesToExplore) { in PointerMayBeCaptured()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCaptureTracking.h43 unsigned MaxUsesToExplore = 0);
61 unsigned MaxUsesToExplore = 0);
98 unsigned MaxUsesToExplore = 0);