Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
726 unsigned MaxPercentThresholdBoost) { in getFullUnrollBoostingFactor() argument
732 MaxPercentThresholdBoost); in getFullUnrollBoostingFactor()
734 return MaxPercentThresholdBoost; in getFullUnrollBoostingFactor()
867 UP.Threshold * UP.MaxPercentThresholdBoost / 100, in computeUnrollCount()
870 getFullUnrollBoostingFactor(*Cost, UP.MaxPercentThresholdBoost); in computeUnrollCount()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h442 unsigned MaxPercentThresholdBoost; member