Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp885 int SingleBBBonusPercent = 50; in updateThreshold() local
891 SingleBBBonusPercent = 0; in updateThreshold()
904 SingleBBBonusPercent = 0; in updateThreshold()
964 SingleBBBonus = Threshold * SingleBBBonusPercent / 100; in updateThreshold()