Searched refs:StructuralHash (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | StructuralHash.h | 33 LLVM_ABI stable_hash StructuralHash(const Function &F, 37 LLVM_ABI stable_hash StructuralHash(const GlobalVariable &G); 43 LLVM_ABI stable_hash StructuralHash(const Module &M, bool DetailedHash = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StructuralHash.cpp | 25 StructuralHash(M, Options != StructuralHashOptions::None)) in run() 48 StructuralHash(F, Options == StructuralHashOptions::Detailed)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 329 stable_hash llvm::StructuralHash(const Function &F, bool DetailedHash) { in StructuralHash() function in llvm 335 stable_hash llvm::StructuralHash(const GlobalVariable &GVar) { in StructuralHash() function in llvm 339 stable_hash llvm::StructuralHash(const Module &M, bool DetailedHash) { in StructuralHash() function in llvm
|
| H A D | Pass.cpp | 139 return StructuralHash(M, true); in structuralHash() 143 return StructuralHash(F, true); in structuralHash()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineStableHash.cpp | 100 GVHash = StructuralHash(*GVar); in stableHashValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 177 FunctionNode(Function *F) : F(F), Hash(StructuralHash(*F)) {} in FunctionNode() 446 HashedFuncs.push_back({StructuralHash(*FuncPtr), FuncPtr}); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Tracker.cpp | 32 Snapshot.Hash = StructuralHash(F, /*DetailedHash=*/true); in takeSnapshot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1307 return Result{StructuralHash(F)}; in run() 1324 return Result{StructuralHash(F)}; in run() 1412 if (HashBefore->Hash != StructuralHash(*F)) { in registerCallbacks() 1442 if (HashBefore->Hash != StructuralHash(M)) { in registerCallbacks()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 180 SRCS_MIN+= Analysis/StructuralHash.cpp 951 SRCS_MIN+= IR/StructuralHash.cpp
|