Searched refs:UnrollAllowRemainder (Results 1 – 2 of 2) sorted by relevance
84 static cl::opt<bool> UnrollAllowRemainder( variable156 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()157 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()
118 static cl::opt<bool> UnrollAllowRemainder( variable222 if (UnrollAllowRemainder.getNumOccurrences() > 0) in gatherUnrollingPreferences()223 UP.AllowRemainder = UnrollAllowRemainder; in gatherUnrollingPreferences()