Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp80 static cl::opt<unsigned> UnrollMaxPercentThresholdBoost( variable
212 if (UnrollMaxPercentThresholdBoost.getNumOccurrences() > 0) in gatherUnrollingPreferences()
213 UP.MaxPercentThresholdBoost = UnrollMaxPercentThresholdBoost; in gatherUnrollingPreferences()