Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp771 BlockFrequency NormWeightedSavings(NonWeightedSavings); in shouldPartialInline() local
774 if (NormWeightedSavings < WeightedOutliningRcost) { in shouldPartialInline()
782 << NV("Savings", (unsigned)NormWeightedSavings.getFrequency()) in shouldPartialInline()