HomeSort by: relevance | last modified time | path
    Searched refs:AllowRemainder (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp 190 if (UP.AllowRemainder &&
203 if ((UP.AllowRemainder || (OuterTripMultiple % PragmaCount == 0)) &&
219 if (!UP.AllowRemainder && getUnrollAndJammedLoopSize(InnerLoopSize, UP) >=
230 if (!ExplicitUnrollAndJamCount && UP.AllowRemainder) {
LoopUnrollPass.cpp 207 UP.AllowRemainder = true;
245 UP.AllowRemainder = UnrollAllowRemainder;
779 if (UP.AllowRemainder && UCE.getUnrolledLoopSize(UP) < UP.Threshold)
790 if ((UP.AllowRemainder || (TripMultiple % PragmaCount == 0)) &&
901 if (UP.AllowRemainder && UP.Count <= 1) {
999 if (!UP.AllowRemainder && UP.Count != 0 && (TripMultiple % UP.Count) != 0) {
1012 if (PragmaCount > 0 && !UP.AllowRemainder)
1136 UP.AllowRemainder = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 482 bool AllowRemainder;

Completed in 60 milliseconds