Searched refs:UserThreshold (Results 1 – 1 of 1) sorted by relevance
68 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()95 bool UserThreshold; // CurrentThreshold is user-specified. member in __anon2154e3590111::LoopUnroll159 Threshold = UserThreshold ? CurrentThreshold : UP.Threshold; in selectThresholds()160 PartialThreshold = UserThreshold ? CurrentThreshold : UP.PartialThreshold; in selectThresholds()161 if (!UserThreshold && in selectThresholds()