Searched refs:RefHash (Results 1 – 5 of 5) sorted by relevance
98 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local103 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
194 uint64_t RefHash = P->structuralHash(F); in runOnFunction() local199 if (!LocalChanged && (RefHash != P->structuralHash(F))) { in runOnFunction()
465 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local475 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
1438 uint64_t RefHash = FP->structuralHash(F); in runOnFunction() local1443 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()1552 uint64_t RefHash = MP->structuralHash(M); in runOnModule() local1558 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
657 using RefHash = std::hash<RegisterRef>; in computePhiInfo() typedef691 Subs.insert({MidDefs, SubMap(1, RefHash(), RefEqual(PRI))}); in computePhiInfo()