Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1331 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart() local
1335 VectorBonus = Threshold * VectorBonusPercent / 100; in onAnalysisStart()
1933 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold() local
1939 VectorBonusPercent = 0; in updateThreshold()
1952 VectorBonusPercent = 0; in updateThreshold()
2014 VectorBonus = Threshold * VectorBonusPercent / 100; in updateThreshold()