Searched refs:InputRules (Results 1 – 1 of 1) sorted by relevance
5603 std::vector<Matcher *> InputRules; in buildMatchTable() local5605 InputRules.push_back(&Rule); in buildMatchTable()5608 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5619 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()5627 for (Matcher *Rule : InputRules) in buildMatchTable()5632 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()