Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp1223 int SingleBBBonusPercent = 50; in onAnalysisStart() local
1227 SingleBBBonus = Threshold * SingleBBBonusPercent / 100; in onAnalysisStart()
1810 int SingleBBBonusPercent = 50; in updateThreshold() local
1816 SingleBBBonusPercent = 0; in updateThreshold()
1829 SingleBBBonusPercent = 0; in updateThreshold()
1891 SingleBBBonus = Threshold * SingleBBBonusPercent / 100; in updateThreshold()