Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h29 unsigned getDefaultMaxUsesToExploreForCaptureTracking();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp51 unsigned llvm::getDefaultMaxUsesToExploreForCaptureTracking() { in getDefaultMaxUsesToExploreForCaptureTracking() function in llvm
213 Worklist.reserve(getDefaultMaxUsesToExploreForCaptureTracking()); in PointerMayBeCaptured()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4977 getDefaultMaxUsesToExploreForCaptureTracking(); in updateImpl()