Searched refs:IRHash (Results 1 – 3 of 3) sorted by relevance
24 using IRHash = uint64_t; variable31 IRHash StructuralHash(const Function &F, bool DetailedHash = false);37 IRHash StructuralHash(const Module &M, bool DetailedHash = false);
156 IRHash llvm::StructuralHash(const Function &F, bool DetailedHash) { in StructuralHash()162 IRHash llvm::StructuralHash(const Module &M, bool DetailedHash) { in StructuralHash()
175 IRHash Hash;182 IRHash getHash() const { return Hash; } in getHash()416 std::vector<std::pair<IRHash, Function *>> HashedFuncs; in runOnModule()