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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp137 static const unsigned TinyTripCountInterleaveThreshold = 128; variable
5402 if (TC > 1 && TC < TinyTripCountInterleaveThreshold)

Completed in 167 milliseconds