Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp137 static const unsigned TinyTripCountInterleaveThreshold = 128; variable
5402 if (TC > 1 && TC < TinyTripCountInterleaveThreshold) in selectInterleaveCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp182 static const unsigned TinyTripCountInterleaveThreshold = 128; variable
5164 if (TC > 1 && TC < TinyTripCountInterleaveThreshold) in selectInterleaveCount()