Home
last modified time | relevance | path

Searched refs:UserThreshold (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp70 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
97 bool UserThreshold; // CurrentThreshold is user-specified. member in __anon7d91e8130111::LoopUnroll
162 Threshold = UserThreshold ? CurrentThreshold : UP.Threshold; in selectThresholds()
163 PartialThreshold = UserThreshold ? CurrentThreshold : UP.PartialThreshold; in selectThresholds()
164 if (!UserThreshold && in selectThresholds()