Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc25 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef
34 SubMap& GetSubstitutions() { in GetSubstitutions()
37 static SubMap map = { in GetSubstitutions()
64 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc29 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef
38 SubMap& GetSubstitutions() { in GetSubstitutions()
43 static SubMap map = { in GetSubstitutions()
73 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp658 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef
659 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo()
660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo()
689 SubMap &SM = Subs[MidDefs]; in computePhiInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2150 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
2152 for (auto *S : SubMap) { in sortSubCommands()