Searched refs:structuralHash (Results 1 – 6 of 6) sorted by relevance
238 uint64_t structuralHash(Module &M) const;242 virtual uint64_t structuralHash(Function &F) const;
142 uint64_t Pass::structuralHash(Module &M) const { in structuralHash() function in Pass146 uint64_t Pass::structuralHash(Function &F) const { in structuralHash() function in Pass
1441 uint64_t RefHash = FP->structuralHash(F); in runOnFunction()1446 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()1555 uint64_t RefHash = MP->structuralHash(M); in runOnModule()1561 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
98 uint64_t RefHash = P->structuralHash(F); in runOnFunction()103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
193 uint64_t RefHash = P->structuralHash(F); in runOnFunction()198 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
465 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC()475 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()