Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1444 int SingleBBBonusPercent = 50; in onAnalysisStart() local
1448 SingleBBBonus = Threshold * SingleBBBonusPercent / 100; in onAnalysisStart()
2104 int SingleBBBonusPercent = 50; in updateThreshold() local
2110 SingleBBBonusPercent = 0; in updateThreshold()
2123 SingleBBBonusPercent = 0; in updateThreshold()
2185 SingleBBBonus = Threshold * SingleBBBonusPercent / 100; in updateThreshold()