Searched refs:SmallLoopCost (Results 1 – 2 of 2) sorted by relevance
166 static cl::opt<unsigned> SmallLoopCost( variable5478 if (!InterleavingRequiresRuntimePointerCheck && LoopCost < SmallLoopCost) { in selectInterleaveCount()5483 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectInterleaveCount()
208 static cl::opt<unsigned> SmallLoopCost( variable5239 if (!InterleavingRequiresRuntimePointerCheck && LoopCost < SmallLoopCost) { in selectInterleaveCount()5244 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectInterleaveCount()