Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.h40 std::vector<uint64_t> RegionCounts; variable
51 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()
117 return RegionCounts[(*RegionCounterMap)[S]]; in getRegionCount()
H A DCodeGenPGO.cpp1035 RegionCounts.clear(); in loadRegionCounts()
1051 RegionCounts = ProfRecord->Counts; in loadRegionCounts()