Searched refs:InputRules (Results 1 – 2 of 2) sorted by relevance
2208 std::vector<Matcher *> InputRules; in buildMatchTable() local2210 InputRules.push_back(&Rule); in buildMatchTable()2213 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()2224 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()2232 for (Matcher *Rule : InputRules) in buildMatchTable()2237 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2871 std::vector<Matcher *> InputRules; in buildMatchTable() local2873 InputRules.push_back(&Rule); in buildMatchTable()2884 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()2892 for (Matcher *Rule : InputRules) in buildMatchTable()2897 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()