Lines Matching defs:HashVersion
79 PGOHashVersion HashVersion;
137 PGOHash(PGOHashVersion HashVersion)
138 : Working(0), Count(0), HashVersion(HashVersion) {}
141 PGOHashVersion getHashVersion() const { return HashVersion; }
176 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion,
180 : NextCounter(0), Hash(HashVersion), CounterMap(CounterMap),
486 /// Get version \p HashVersion of the PGO hash for \p S.
487 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) {
525 if (HashVersion >= PGO_HASH_V2) {
547 if (HashVersion >= PGO_HASH_V2) {
996 if (HashVersion < PGO_HASH_V3) {
1066 PGOHashVersion HashVersion = PGO_HASH_LATEST;
1069 HashVersion = getPGOHashVersion(PGOReader, CGM);
1088 MapRegionCounters Walker(HashVersion, ProfileVersion, *RegionCounterMap,