Home
last modified time | relevance | path

Searched refs:SubMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp659 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef
660 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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2300 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
2302 for (auto *S : SubMap) { in sortSubCommands()