Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp196 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
228 UP.MaxPercentThresholdBoost = 100; in gatherUnrollingPreferences()
237 UP.MaxPercentThresholdBoost = UnrollMaxPercentThresholdBoost; in gatherUnrollingPreferences()
724 unsigned MaxPercentThresholdBoost) { in getFullUnrollBoostingFactor() argument
730 MaxPercentThresholdBoost); in getFullUnrollBoostingFactor()
732 return MaxPercentThresholdBoost; in getFullUnrollBoostingFactor()
857 UP.Threshold * UP.MaxPercentThresholdBoost / 100, in computeUnrollCount()
860 getFullUnrollBoostingFactor(*Cost, UP.MaxPercentThresholdBoost); in computeUnrollCount()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h442 unsigned MaxPercentThresholdBoost; member