HomeSort by relevance Sort by last modified time
    Searched refs:RegionCounts (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.h 43 std::vector<uint64_t> RegionCounts;
57 bool haveRegionCounts() const { return !RegionCounts.empty(); }
118 return RegionCounts[(*RegionCounterMap)[S]];
CodeGenPGO.cpp 804 RegionCounts.clear();
820 RegionCounts = ProfRecord->Counts;

Completed in 62 milliseconds