Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp28 bool DetailedHash; member in __anon8dbff9370111::StructuralHashImpl
59 explicit StructuralHashImpl(bool DetailedHash, in StructuralHashImpl() argument
61 : DetailedHash(DetailedHash), IgnoreOp(IgnoreOp) { in StructuralHashImpl()
214 if (!DetailedHash) in hashInstruction()
329 stable_hash llvm::StructuralHash(const Function &F, bool DetailedHash) { in StructuralHash() argument
330 StructuralHashImpl H(DetailedHash); in StructuralHash()
339 stable_hash llvm::StructuralHash(const Module &M, bool DetailedHash) { in StructuralHash() argument
340 StructuralHashImpl H(DetailedHash); in StructuralHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStructuralHash.h34 bool DetailedHash = false);
43 LLVM_ABI stable_hash StructuralHash(const Module &M, bool DetailedHash = false);