Searched refs:SubMap (Results 1 – 4 of 4) sorted by relevance
25 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef34 SubMap& GetSubstitutions() { in GetSubstitutions()37 static SubMap map = { in GetSubstitutions()64 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
29 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef38 SubMap& GetSubstitutions() { in GetSubstitutions()43 static SubMap map = { in GetSubstitutions()73 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
658 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef659 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo()660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()689 SubMap &SM = Subs[MidDefs]; in computePhiInfo()
2150 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument2152 for (auto *S : SubMap) { in sortSubCommands()