Searched refs:SubMap (Results 1 – 2 of 2) sorted by relevance
656 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef657 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo()658 auto ClearIn = [](RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()687 SubMap &SM = Subs.try_emplace(MidDefs, 1, RefHash(), RefEqual(PRI)) in computePhiInfo()
2295 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument2297 for (auto *S : SubMap) { in sortSubCommands()