Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp177 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
213 UP.MaxPercentThresholdBoost = UnrollMaxPercentThresholdBoost; in gatherUnrollingPreferences()
695 unsigned MaxPercentThresholdBoost) { in getFullUnrollBoostingFactor() argument
701 MaxPercentThresholdBoost); in getFullUnrollBoostingFactor()
703 return MaxPercentThresholdBoost; in getFullUnrollBoostingFactor()
791 UP.Threshold * UP.MaxPercentThresholdBoost / 100)) { in computeUnrollCount()
793 getFullUnrollBoostingFactor(*Cost, UP.MaxPercentThresholdBoost); in computeUnrollCount()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h367 unsigned MaxPercentThresholdBoost; member