Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp1224 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart() local
1228 VectorBonus = Threshold * VectorBonusPercent / 100; in onAnalysisStart()
1811 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold() local
1817 VectorBonusPercent = 0; in updateThreshold()
1830 VectorBonusPercent = 0; in updateThreshold()
1892 VectorBonus = Threshold * VectorBonusPercent / 100; in updateThreshold()