Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp847 APInt CurrentSavings(128, 0); in costBenefitAnalysis() local
854 CurrentSavings += InstrCost; in costBenefitAnalysis()
859 CurrentSavings += InstrCost; in costBenefitAnalysis()
865 CurrentSavings *= *ProfileCount; in costBenefitAnalysis()
866 CycleSavings += CurrentSavings; in costBenefitAnalysis()