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::unique_ptr<std::vector<uint64_t>> RegionCounts;
54 bool haveRegionCounts() const { return RegionCounts != nullptr; }
141 return (*RegionCounts)[Counter];
CodeGenPGO.cpp     [all...]

Completed in 42 milliseconds