Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp138 static const unsigned TinyTripCountUnrollThreshold = 128; variable
4657 if (TC > 1 && TC < TinyTripCountUnrollThreshold) in selectUnrollFactor()