Searched refs:SubMap (Results 1 – 2 of 2) sorted by relevance
659 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef660 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo()661 auto ClearIn = [](RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()691 Subs.insert({MidDefs, SubMap(1, RefHash(), RefEqual(PRI))}); in computePhiInfo()693 SubMap &SM = Subs.at(MidDefs); in computePhiInfo()
2300 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument2302 for (auto *S : SubMap) { in sortSubCommands()