Searched refs:AllowRemainder (Results 1 – 3 of 3) sorted by relevance
190 if (UP.AllowRemainder && in computeUnrollAndJamCount()203 if ((UP.AllowRemainder || (OuterTripMultiple % PragmaCount == 0)) && in computeUnrollAndJamCount()219 if (!UP.AllowRemainder && getUnrollAndJammedLoopSize(InnerLoopSize, UP) >= in computeUnrollAndJamCount()230 if (!ExplicitUnrollAndJamCount && UP.AllowRemainder) { in computeUnrollAndJamCount()
207 UP.AllowRemainder = true; in gatherUnrollingPreferences()245 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()785 if (UP.AllowRemainder && in shouldPragmaUnroll()792 if ((UP.AllowRemainder || (TripMultiple % PInfo.PragmaCount == 0))) in shouldPragmaUnroll()858 if (UP.AllowRemainder && count <= 1) { in shouldPartialUnroll()1079 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) { in computeUnrollCount()1092 if (unrollCountPragmaValue(L) > 0 && !UP.AllowRemainder) in computeUnrollCount()1260 UP.AllowRemainder = false; in tryToUnrollLoop()
493 bool AllowRemainder; member