Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.h40 std::vector<uint64_t> RegionCounts; variable
51 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts()
113 return RegionCounts[(*RegionCounterMap)[S]]; in getRegionCount()
H A DCodeGenPGO.cpp969 RegionCounts.clear(); in loadRegionCounts()
985 RegionCounts = ProfRecord->Counts; in loadRegionCounts()