Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DCaptureTracking.h33 unsigned getDefaultMaxUsesToExploreForCaptureTracking();
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DCaptureTracking.cpp52 unsigned llvm::getDefaultMaxUsesToExploreForCaptureTracking() { in getDefaultMaxUsesToExploreForCaptureTracking() function in llvm
429 Worklist.reserve(getDefaultMaxUsesToExploreForCaptureTracking()); in PointerMayBeCaptured()