Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp802 BlockFrequency NormWeightedSavings(NonWeightedSavings); in shouldPartialInline() local
805 if (NormWeightedSavings < WeightedOutliningRcost) { in shouldPartialInline()
813 << NV("Savings", (unsigned)NormWeightedSavings.getFrequency()) in shouldPartialInline()