Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp345 uint64_t TotalNumValues = 0; in showInstrProfile() local
397 TotalNumValues += NV; in showInstrProfile()
425 OS << "Total Number of Profiled Values : " << TotalNumValues << "\n"; in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp524 TotalNumValues(0) {} in ValueSitesStats()
527 uint64_t TotalNumValues; member
539 Stats.TotalNumValues += NV; in traverseAllValueSites()
562 OS << " Total number of profiled values: " << Stats.TotalNumValues << "\n"; in showValueSitesStats()