Searched refs:UnrollMaxUpperBound (Results 1 – 1 of 1) sorted by relevance
127 static cl::opt<unsigned> UnrollMaxUpperBound( variable226 if (UnrollMaxUpperBound == 0) in gatherUnrollingPreferences()1052 if (!(UP.UpperBound || MaxOrZero) || MaxTripCount > UnrollMaxUpperBound) { in tryToUnrollLoop()