Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp1257 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in onAnalysisStart() local
1261 VectorBonus = Threshold * VectorBonusPercent / 100; in onAnalysisStart()
1858 int VectorBonusPercent = TTI.getInlinerVectorBonusPercent(); in updateThreshold() local
1864 VectorBonusPercent = 0; in updateThreshold()
1877 VectorBonusPercent = 0; in updateThreshold()
1939 VectorBonus = Threshold * VectorBonusPercent / 100; in updateThreshold()