Searched refs:SubMap (Results 1 – 3 of 3) sorted by relevance
/llvm-project/third-party/benchmark/test/ |
H A D | output_test_helper.cc | 30 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef 39 SubMap& GetSubstitutions() { in GetSubstitutions() 45 static SubMap map = { in GetSubstitutions() 83 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 659 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()
|
/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 2294 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortOpts() 2296 for (auto *S : SubMap) { in sortOpts() 2300 sortSubCommands(const SmallPtrSetImpl<SubCommand * > & SubMap,SmallVectorImpl<std::pair<const char *,SubCommand * >> & Subs) sortSubCommands() argument
|