Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc30 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef
39 SubMap& GetSubstitutions() { in GetSubstitutions()
45 static SubMap map = { in GetSubstitutions()
82 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
/llvm-project-15.0.7/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[MidDefs]; in computePhiInfo()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2227 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
2229 for (auto *S : SubMap) { in sortSubCommands()