Home
last modified time | relevance | path

Searched refs:DefaultMaxUsesToExplore (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCaptureTracking.h31 unsigned constexpr DefaultMaxUsesToExplore = 20; variable
45 unsigned MaxUsesToExplore = DefaultMaxUsesToExplore);
64 unsigned MaxUsesToExplore = DefaultMaxUsesToExplore);
100 unsigned MaxUsesToExplore = DefaultMaxUsesToExplore);
/external/llvm-project/llvm/lib/Analysis/
DCaptureTracking.cpp47 DefaultMaxUsesToExplore("capture-tracking-max-uses-to-explore", cl::Hidden, variable
52 return DefaultMaxUsesToExplore; in getDefaultMaxUsesToExploreForCaptureTracking()
248 MaxUsesToExplore = DefaultMaxUsesToExplore; in PointerMayBeCaptured()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp230 SmallVector<const Use *, DefaultMaxUsesToExplore> Worklist; in PointerMayBeCaptured()
231 SmallSet<const Use *, DefaultMaxUsesToExplore> Visited; in PointerMayBeCaptured()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp4008 unsigned RemainingUsesToExplore = DefaultMaxUsesToExplore; in updateImpl()