Lines Matching defs:HashVersion
80 PGOHashVersion HashVersion;
138 PGOHash(PGOHashVersion HashVersion)
139 : Working(0), Count(0), HashVersion(HashVersion) {}
142 PGOHashVersion getHashVersion() const { return HashVersion; }
177 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion,
181 : NextCounter(0), Hash(HashVersion), CounterMap(CounterMap),
487 /// Get version \p HashVersion of the PGO hash for \p S.
488 PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) {
526 if (HashVersion >= PGO_HASH_V2) {
548 if (HashVersion >= PGO_HASH_V2) {
997 if (HashVersion < PGO_HASH_V3) {
1067 PGOHashVersion HashVersion = PGO_HASH_LATEST;
1070 HashVersion = getPGOHashVersion(PGOReader, CGM);
1089 MapRegionCounters Walker(HashVersion, ProfileVersion, *RegionCounterMap,