Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h39 std::vector<uint64_t> RegionCounts; variable
50 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()
116 return RegionCounts[(*RegionCounterMap)[S]]; in getRegionCount()
H A DCodeGenPGO.cpp1024 RegionCounts.clear(); in loadRegionCounts()
1040 RegionCounts = ProfRecord->Counts; in loadRegionCounts()