Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp25 class StructuralHashImpl { class
58 StructuralHashImpl() = delete;
59 explicit StructuralHashImpl(bool DetailedHash, in StructuralHashImpl() function in __anon8dbff9370111::StructuralHashImpl
330 StructuralHashImpl H(DetailedHash); in StructuralHash()
336 return StructuralHashImpl::hashGlobalVariable(GVar); in StructuralHash()
340 StructuralHashImpl H(DetailedHash); in StructuralHash()
348 StructuralHashImpl H(/*DetailedHash=*/true, IgnoreOp); in StructuralHashWithDifferences()