Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp344 uint64_t TotalNumValueSitesWithValueProfile = 0; in showInstrProfile() local
399 TotalNumValueSitesWithValueProfile++; in showInstrProfile()
424 << TotalNumValueSitesWithValueProfile << "\n"; in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp523 : TotalNumValueSites(0), TotalNumValueSitesWithValueProfile(0), in ValueSitesStats()
526 uint64_t TotalNumValueSitesWithValueProfile; member
541 Stats.TotalNumValueSitesWithValueProfile++; in traverseAllValueSites()
561 << Stats.TotalNumValueSitesWithValueProfile << "\n"; in showValueSitesStats()