Searched refs:MaxUsesToExplore (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CaptureTracking.cpp | 197 function_ref<bool(CaptureComponents)> StopFn, unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument 204 PointerMayBeCaptured(V, &SCT, MaxUsesToExplore); in PointerMayBeCaptured() 215 unsigned MaxUsesToExplore) { in PointerMayBeCaptured() argument 218 capturesAnything, MaxUsesToExplore)); in PointerMayBeCaptured() 225 unsigned MaxUsesToExplore) { in PointerMayBeCapturedBefore() argument 231 MaxUsesToExplore); in PointerMayBeCapturedBefore() 234 PointerMayBeCaptured(V, &CB, MaxUsesToExplore); in PointerMayBeCapturedBefore() 245 unsigned MaxUsesToExplore, in PointerMayBeCapturedBefore() argument 249 capturesAnything, LI, MaxUsesToExplore)); in PointerMayBeCapturedBefore() 255 unsigned MaxUsesToExplore) { in FindEarliestCapture() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CaptureTracking.h | 49 unsigned MaxUsesToExplore = 0); 61 unsigned MaxUsesToExplore = 0); 81 unsigned MaxUsesToExplore = 0, 96 const LoopInfo *LI = nullptr, unsigned MaxUsesToExplore = 0); 112 unsigned MaxUsesToExplore = 0); 197 unsigned MaxUsesToExplore = 0);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1565 unsigned MaxUsesToExplore = getDefaultMaxUsesToExploreForCaptureTracking(); in performStackMoveOptzn() local 1566 Worklist.reserve(MaxUsesToExplore); in performStackMoveOptzn() 1577 if (Visited.size() >= MaxUsesToExplore) { in performStackMoveOptzn()
|