Lines Matching defs:DetailedHash
28 bool DetailedHash;
59 explicit StructuralHashImpl(bool DetailedHash,
61 : DetailedHash(DetailedHash), IgnoreOp(IgnoreOp) {
214 if (!DetailedHash)
329 stable_hash llvm::StructuralHash(const Function &F, bool DetailedHash) {
330 StructuralHashImpl H(DetailedHash);
339 stable_hash llvm::StructuralHash(const Module &M, bool DetailedHash) {
340 StructuralHashImpl H(DetailedHash);
348 StructuralHashImpl H(/*DetailedHash=*/true, IgnoreOp);