Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h43 std::vector<uint64_t> RegionCounts; variable
55 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()
132 if (Index >= RegionCounts.size()) in getRegionCount()
134 return RegionCounts[Index]; in getRegionCount()
H A DCodeGenPGO.cpp1280 RegionCounts.clear(); in loadRegionCounts()
1296 RegionCounts = ProfRecord->Counts; in loadRegionCounts()