Searched refs:CodeSizeSavings (Results 1 – 1 of 1) sorted by relevance
945 unsigned CodeSizeSavings = getCostValue(CodeSize); in findSpecializations() local946 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()