Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h87 static unsigned RuntimeMemoryCheckThreshold; member
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp44 static cl::opt<unsigned, true> RuntimeMemoryCheckThreshold( variable
48 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
49 unsigned VectorizerParams::RuntimeMemoryCheckThreshold; member in VectorizerParams
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1564 NumRuntimePointerChecks > VectorizerParams::RuntimeMemoryCheckThreshold; in doesNotMeet()