Searched refs:UserThreshold (Results 1 – 4 of 4) sorted by relevance
57 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()74 bool UserThreshold; // CurrentThreshold is user-specified. member in __anon2155776e0111::LoopUnroll143 if (!UserThreshold && in runOnLoop()
110 Loop *L, const TargetTransformInfo &TTI, Optional<unsigned> UserThreshold, in gatherUnrollingPreferences() argument162 if (UserThreshold.hasValue()) { in gatherUnrollingPreferences()163 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()164 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()
114 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount,
170 Optional<unsigned> UserThreshold, Optional<unsigned> UserCount, in gatherUnrollingPreferences() argument234 if (UserThreshold.hasValue()) { in gatherUnrollingPreferences()235 UP.Threshold = *UserThreshold; in gatherUnrollingPreferences()236 UP.PartialThreshold = *UserThreshold; in gatherUnrollingPreferences()