reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenPGO.cpp
  133   void combine(HashType Type);
  195   PGOHash::HashType updateCounterMappings(Stmt *S) {
  196     auto Type = getHashType(PGO_HASH_V1, S);
  204     auto Type = updateCounterMappings(S);
  252   PGOHash::HashType getHashType(PGOHashVersion HashVersion, const Stmt *S) {
  722 void PGOHash::combine(HashType Type) {