Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h43 std::vector<uint64_t> RegionCounts; variable
57 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()
118 return RegionCounts[(*RegionCounterMap)[S]]; in getRegionCount()
DCodeGenPGO.cpp804 RegionCounts.clear(); in loadRegionCounts()
820 RegionCounts = ProfRecord->Counts; in loadRegionCounts()