Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp284 static cl::opt<unsigned> SmallLoopCost( variable
5833 !ScalarInterleavingRequiresPredication && LoopCost < SmallLoopCost) { in selectInterleaveCount()
5838 IC, (unsigned)PowerOf2Floor(SmallLoopCost / *LoopCost.getValue())); in selectInterleaveCount()