Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp945 unsigned CodeSizeSavings = getCostValue(CodeSize); in findSpecializations() local
946 unsigned SpecSize = FuncSize - CodeSizeSavings; in findSpecializations()
963 << CodeSizeSavings << " (" in findSpecializations()
964 << (CodeSizeSavings * 100 / FuncSize) << "%)}\n"); in findSpecializations()
967 if (CodeSizeSavings < MinCodeSizeSavings * FuncSize / 100) in findSpecializations()
986 Score += std::max(CodeSizeSavings, LatencySavings); in findSpecializations()