LLVM 19.0.0git
Namespaces | Typedefs | Functions
StructuralHash.h File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using llvm::IRHash = uint64_t
 

Functions

IRHash llvm::StructuralHash (const Function &F, bool DetailedHash=false)
 Returns a hash of the function F.
 
IRHash llvm::StructuralHash (const Module &M, bool DetailedHash=false)
 Returns a hash of the module M by hashing all functions and global variables contained within.