Searched refs:StructuralHash (Results 1 – 6 of 6) sorted by relevance
25 class StructuralHash { class31 StructuralHash() = default;72 uint64_t llvm::StructuralHash(const Function &F) { in StructuralHash() function in llvm73 details::StructuralHash H; in StructuralHash()78 uint64_t llvm::StructuralHash(const Module &M) { in StructuralHash() function in llvm79 details::StructuralHash H; in StructuralHash()
1437 uint64_t RefHash = StructuralHash(F); in runOnFunction()1442 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()1551 uint64_t RefHash = StructuralHash(M); in runOnModule()1557 assert((LocalChanged || (RefHash == StructuralHash(M))) && in runOnModule()
27 uint64_t StructuralHash(const Function &F);28 uint64_t StructuralHash(const Module &M);
96 uint64_t RefHash = StructuralHash(F); in runOnFunction()101 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
196 uint64_t RefHash = StructuralHash(F); in runOnFunction()201 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
473 uint64_t RefHash = StructuralHash(CG.getModule()); in RunAllPassesOnSCC()483 if (!LocalChanged && (RefHash != StructuralHash(CG.getModule()))) { in RunAllPassesOnSCC()