Searched refs:AllowRemainder (Results 1 – 5 of 5) sorted by relevance
127 UP.AllowRemainder = true; in gatherUnrollingPreferences()157 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()709 if (UP.AllowRemainder && in computeUnrollCount()721 if (UP.AllowRemainder && in computeUnrollCount()800 if (UP.AllowRemainder && UP.Count <= 1) { in computeUnrollCount()868 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) { in computeUnrollCount()877 if (PragmaCount > 0 && !UP.AllowRemainder) in computeUnrollCount()962 UP.AllowRemainder = false; in tryToUnrollLoop()
157 if (UP.AllowRemainder && in computeUnrollAndJamCount()170 if ((UP.AllowRemainder || (OuterTripMultiple % PragmaCount == 0)) && in computeUnrollAndJamCount()201 if (!UP.AllowRemainder && getUnrollAndJammedLoopSize(InnerLoopSize, UP) >= in computeUnrollAndJamCount()217 while (UP.Count != 0 && UP.AllowRemainder && in computeUnrollAndJamCount()
189 UP.AllowRemainder = true; in gatherUnrollingPreferences()223 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()729 if (UP.AllowRemainder && getUnrolledLoopSize(LoopSize, UP) < UP.Threshold) in computeUnrollCount()740 if ((UP.AllowRemainder || (TripMultiple % PragmaCount == 0)) && in computeUnrollCount()834 if (UP.AllowRemainder && UP.Count <= 1) { in computeUnrollCount()924 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) { in computeUnrollCount()937 if (PragmaCount > 0 && !UP.AllowRemainder) in computeUnrollCount()1036 UP.AllowRemainder = false; in tryToUnrollLoop()
284 bool AllowRemainder; member
412 bool AllowRemainder; member