Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp655 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef
656 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo()
657 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()
686 SubMap &SM = Subs[MidDefs]; in computePhiInfo()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp2302 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
2304 for (auto *S : SubMap) { in sortSubCommands()