Searched refs:RefHash (Results 1 – 4 of 4) sorted by relevance
96 uint64_t RefHash = StructuralHash(F); in runOnFunction() local101 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
196 uint64_t RefHash = StructuralHash(F); in runOnFunction() local201 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()
473 uint64_t RefHash = StructuralHash(CG.getModule()); in RunAllPassesOnSCC() local483 if (!LocalChanged && (RefHash != StructuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
1437 uint64_t RefHash = StructuralHash(F); in runOnFunction() local1442 if (!LocalChanged && (RefHash != StructuralHash(F))) { in runOnFunction()1551 uint64_t RefHash = StructuralHash(M); in runOnModule() local1557 assert((LocalChanged || (RefHash == StructuralHash(M))) && in runOnModule()