Searched refs:SmallLoopCost (Results 1 – 1 of 1) sorted by relevance
288 static cl::opt<unsigned> SmallLoopCost( variable6475 if (!InterleavingRequiresRuntimePointerCheck && LoopCost < SmallLoopCost) { in selectInterleaveCount()6480 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectInterleaveCount()