Home
last modified time | relevance | path

Searched defs:RuntimeMemoryCheckThreshold (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h49 static unsigned RuntimeMemoryCheckThreshold; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp91 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8)); member in VectorizerParams
86 static cl::opt<unsigned, true> RuntimeMemoryCheckThreshold( global() variable