Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp205 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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h45 bool StoreCaptures, unsigned MaxUsesToExplore = 0);
64 unsigned MaxUsesToExplore = 0,
78 unsigned MaxUsesToExplore = 0);
133 unsigned MaxUsesToExplore = 0);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1483 unsigned MaxUsesToExplore = getDefaultMaxUsesToExploreForCaptureTracking(); in performStackMoveOptzn() local
1484 Worklist.reserve(MaxUsesToExplore); in performStackMoveOptzn()
1496 if (Visited.size() >= MaxUsesToExplore) { in performStackMoveOptzn()