Searched refs:DetailedHash (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | StructuralHash.cpp | 67 void updateInstruction(const Instruction &Inst, bool DetailedHash) { in updateInstruction() argument 70 if (!DetailedHash) in updateInstruction() 100 void update(const Function &F, bool DetailedHash) { in update() argument 126 updateInstruction(Inst, DetailedHash); in update() 144 void update(const Module &M, bool DetailedHash) { in update() argument 148 update(F, DetailedHash); in update() 156 IRHash llvm::StructuralHash(const Function &F, bool DetailedHash) { in StructuralHash() argument 158 H.update(F, DetailedHash); in StructuralHash() 162 IRHash llvm::StructuralHash(const Module &M, bool DetailedHash) { in StructuralHash() argument 164 H.update(M, DetailedHash); in StructuralHash()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | StructuralHash.h | 31 IRHash StructuralHash(const Function &F, bool DetailedHash = false); 37 IRHash StructuralHash(const Module &M, bool DetailedHash = false);
|