Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1445 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart() local
1449 VectorBonus = Threshold * VectorBonusPercent / 100; in onAnalysisStart()
2105 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold() local
2111 VectorBonusPercent = 0; in updateThreshold()
2124 VectorBonusPercent = 0; in updateThreshold()
2186 VectorBonus = Threshold * VectorBonusPercent / 100; in updateThreshold()