Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp149 static const unsigned RuntimeMemoryCheckThreshold = 8; variable
4933 if (!CanDoRT || NumComparisons > RuntimeMemoryCheckThreshold) { in canVectorizeMemory()
4973 if (!CanDoRT || NumComparisons > RuntimeMemoryCheckThreshold) { in canVectorizeMemory()
4980 << RuntimeMemoryCheckThreshold in canVectorizeMemory()