Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp413 VectorizerParams::RuntimeMemoryCheckThreshold) { in legalLoopInstructions()
423 << NV("Threshold", VectorizerParams::RuntimeMemoryCheckThreshold); in legalLoopInstructions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h50 static unsigned RuntimeMemoryCheckThreshold; member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp88 static cl::opt<unsigned, true> RuntimeMemoryCheckThreshold( variable
92 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
93 unsigned VectorizerParams::RuntimeMemoryCheckThreshold; member in VectorizerParams