Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp189 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
221 UP.MaxPercentThresholdBoost = 100; in gatherUnrollingPreferences()
230 UP.MaxPercentThresholdBoost = UnrollMaxPercentThresholdBoost; in gatherUnrollingPreferences()
711 unsigned MaxPercentThresholdBoost) { in getFullUnrollBoostingFactor() argument
717 MaxPercentThresholdBoost); in getFullUnrollBoostingFactor()
719 return MaxPercentThresholdBoost; in getFullUnrollBoostingFactor()
830 UP.Threshold * UP.MaxPercentThresholdBoost / 100)) { in computeUnrollCount()
832 getFullUnrollBoostingFactor(*Cost, UP.MaxPercentThresholdBoost); in computeUnrollCount()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h437 unsigned MaxPercentThresholdBoost; member