Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp58 UserThreshold = (T != -1) || (UnrollThreshold.getNumOccurrences() > 0); in LoopUnroll()
85 bool UserThreshold; // CurrentThreshold is user-specified. member in __anonfd6459280111::LoopUnroll
170 unsigned Threshold = UserThreshold ? CurrentThreshold : UP.Threshold; in runOnLoop()
171 if (!UserThreshold && in runOnLoop()