Home
last modified time | relevance | path

Searched refs:AllowRemainder (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp127 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()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h284 bool AllowRemainder; member