Searched refs:RefHash (Results 1 – 4 of 4) sorted by relevance
98 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
193 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local198 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
472 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local482 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
1428 uint64_t RefHash = FP->structuralHash(F); in runOnFunction() local1433 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()1542 uint64_t RefHash = MP->structuralHash(M); in runOnModule() local1548 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()