Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp213 unsigned NumInlinedFunctions = 0; in collectStatsForObjectFile() local
225 NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined; in collectStatsForObjectFile()
236 printDatum(OS, "inlined functions", NumInlinedFunctions); in collectStatsForObjectFile()