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()
463 uint64_t RefHash = P->structuralHash(CG.getModule()); in RunAllPassesOnSCC() local473 if (!LocalChanged && (RefHash != P->structuralHash(CG.getModule()))) { in RunAllPassesOnSCC()
1396 uint64_t RefHash = FP->structuralHash(F); in runOnFunction() local1401 if (!LocalChanged && (RefHash != FP->structuralHash(F))) { in runOnFunction()1510 uint64_t RefHash = MP->structuralHash(M); in runOnModule() local1516 assert((LocalChanged || (RefHash == MP->structuralHash(M))) && in runOnModule()
654 using RefHash = std::hash<RegisterRef>; in computePhiInfo() typedef687 SubMap &SM = Subs.try_emplace(MidDefs, 1, RefHash(), RefEqual(PRI)) in computePhiInfo()