Searched refs:SubMap (Results 1 – 3 of 3) sorted by relevance
30 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef39 SubMap& GetSubstitutions() { in GetSubstitutions()45 static SubMap map = { in GetSubstitutions()82 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
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[MidDefs]; in computePhiInfo()
2227 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument2229 for (auto *S : SubMap) { in sortSubCommands()