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