Searched refs:UserThreshold (Results 1 – 1 of 1) sorted by relevance
70 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()97 bool UserThreshold; // CurrentThreshold is user-specified. member in __anon7d91e8130111::LoopUnroll162 Threshold = UserThreshold ? CurrentThreshold : UP.Threshold; in selectThresholds()163 PartialThreshold = UserThreshold ? CurrentThreshold : UP.PartialThreshold; in selectThresholds()164 if (!UserThreshold && in selectThresholds()