Home
last modified time | relevance | path

Searched defs:DetailedHash (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp67 void updateInstruction(const Instruction &Inst, bool DetailedHash) { in updateInstruction()
100 void update(const Function &F, bool DetailedHash) { in update()
144 void update(const Module &M, bool DetailedHash) { in update()
156 IRHash llvm::StructuralHash(const Function &F, bool DetailedHash) { in StructuralHash()
162 IRHash llvm::StructuralHash(const Module &M, bool DetailedHash) { in StructuralHash()