Searched refs:SmallLoopCost (Results 1 – 1 of 1) sorted by relevance
285 static cl::opt<unsigned> SmallLoopCost( variable5771 !ScalarInterleavingRequiresPredication && LoopCost < SmallLoopCost) { in selectInterleaveCount()5776 std::min(IC, (unsigned)PowerOf2Floor(SmallLoopCost / LoopCost)); in selectInterleaveCount()