Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1500 int SingleBBBonusPercent = 50; in updateThreshold() local
1506 SingleBBBonusPercent = 0; in updateThreshold()
1519 SingleBBBonusPercent = 0; in updateThreshold()
1581 SingleBBBonus = Threshold * SingleBBBonusPercent / 100; in updateThreshold()