Lines Matching defs:HashVersion
75 PGOHashVersion HashVersion;
133 PGOHash(PGOHashVersion HashVersion)
134 : Working(0), Count(0), HashVersion(HashVersion), MD5() {}
137 PGOHashVersion getHashVersion() const { return HashVersion; }
166 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion,
168 : NextCounter(0), Hash(HashVersion), CounterMap(CounterMap),
270 /// Get version \p HashVersion of the PGO hash for \p S.
271 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) {
309 if (HashVersion >= PGO_HASH_V2) {
331 if (HashVersion >= PGO_HASH_V2) {
771 if (HashVersion < PGO_HASH_V3) {
834 PGOHashVersion HashVersion = PGO_HASH_LATEST;
837 HashVersion = getPGOHashVersion(PGOReader, CGM);
842 MapRegionCounters Walker(HashVersion, ProfileVersion, *RegionCounterMap);