Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp177 UP.MaxPercentThresholdBoost = 400; in gatherUnrollingPreferences()
213 UP.MaxPercentThresholdBoost = UnrollMaxPercentThresholdBoost; in gatherUnrollingPreferences()
690 unsigned MaxPercentThresholdBoost) { in getFullUnrollBoostingFactor() argument
696 MaxPercentThresholdBoost); in getFullUnrollBoostingFactor()
698 return MaxPercentThresholdBoost; in getFullUnrollBoostingFactor()
793 UP.Threshold * UP.MaxPercentThresholdBoost / 100)) { in computeUnrollCount()
795 getFullUnrollBoostingFactor(*Cost, UP.MaxPercentThresholdBoost); in computeUnrollCount()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h367 unsigned MaxPercentThresholdBoost; member