reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
205 if (Hash.getHashVersion() != PGO_HASH_V1) 206 Type = getHashType(Hash.getHashVersion(), S); 208 Hash.combine(Type); 214 if (Hash.getHashVersion() == PGO_HASH_V1) 223 Hash.combine(PGOHash::IfThenBranch); 225 Hash.combine(PGOHash::IfElseBranch); 228 Hash.combine(PGOHash::EndOfScope); 815 FunctionHash = Walker.Hash.finalize();