Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp388 VectorizerParams::RuntimeMemoryCheckThreshold) { in legalLoopInstructions()
398 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h50 static unsigned RuntimeMemoryCheckThreshold; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp87 static cl::opt<unsigned, true> RuntimeMemoryCheckThreshold( variable
91 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
92 unsigned VectorizerParams::RuntimeMemoryCheckThreshold; member in VectorizerParams