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.cpp1341 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart() local
1345 VectorBonus = Threshold * VectorBonusPercent / 100; in onAnalysisStart()
1943 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold() local
1949 VectorBonusPercent = 0; in updateThreshold()
1962 VectorBonusPercent = 0; in updateThreshold()
2024 VectorBonus = Threshold * VectorBonusPercent / 100; in updateThreshold()