Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h29 /// getDefaultMaxUsesToExploreForCaptureTracking - Return default value of
32 unsigned getDefaultMaxUsesToExploreForCaptureTracking();
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp51 unsigned llvm::getDefaultMaxUsesToExploreForCaptureTracking() { in getDefaultMaxUsesToExploreForCaptureTracking() function in llvm
414 Worklist.reserve(getDefaultMaxUsesToExploreForCaptureTracking()); in PointerMayBeCaptured()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1552 unsigned MaxUsesToExplore = getDefaultMaxUsesToExploreForCaptureTracking(); in performStackMoveOptzn()