Home
last modified time | relevance | path

Searched refs:StructuralHash (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DStructuralHash.cpp25 class StructuralHash { class
31 StructuralHash() = default;
72 uint64_t llvm::StructuralHash(const Function &F) { in StructuralHash() function in llvm
73 details::StructuralHash H; in StructuralHash()
78 uint64_t llvm::StructuralHash(const Module &M) { in StructuralHash() function in llvm
79 details::StructuralHash H; in StructuralHash()
H A DPass.cpp141 uint64_t Pass::structuralHash(Module &M) const { return StructuralHash(M); } in structuralHash()
143 uint64_t Pass::structuralHash(Function &F) const { return StructuralHash(F); } in structuralHash()
H A DCMakeLists.txt57 StructuralHash.cpp
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DStructuralHash.h27 uint64_t StructuralHash(const Function &F);
28 uint64_t StructuralHash(const Module &M);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn72 "StructuralHash.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5359 llvm/include/llvm/IR/StructuralHash.h
6088 llvm/lib/IR/StructuralHash.cpp