Searched refs:UserThreshold (Results 1 – 1 of 1) sorted by relevance
58 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()85 bool UserThreshold; // CurrentThreshold is user-specified. member in __anonfd6459280111::LoopUnroll170 unsigned Threshold = UserThreshold ? CurrentThreshold : UP.Threshold; in runOnLoop()171 if (!UserThreshold && in runOnLoop()