Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp23 StringSet<> VarsInFunction; member
128 FnStats.VarsInFunction.insert(VarPrefix+VarName); in collectStatsForDie()
269 unsigned TotalVars = Stats.VarsInFunction.size() * Stats.NumFnInlined; in collectStatsForObjectFile()
273 VarUnique += Stats.VarsInFunction.size(); in collectStatsForObjectFile()
274 LLVM_DEBUG(for (auto &V : Stats.VarsInFunction) llvm::dbgs() in collectStatsForObjectFile()