Searched refs:InputRules (Results 1 – 3 of 3) sorted by relevance
2228 std::vector<Matcher *> InputRules; in buildMatchTable() local2230 InputRules.push_back(&Rule); in buildMatchTable()2233 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()2245 InputRules, [&OpcodeOrder](const Matcher *A, const Matcher *B) { in buildMatchTable()2254 for (Matcher *Rule : InputRules) in buildMatchTable()2259 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2677 std::vector<Matcher *> InputRules; in buildMatchTable() local2679 InputRules.push_back(&Rule); in buildMatchTable()2690 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()2700 for (Matcher *Rule : InputRules) in buildMatchTable()2705 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()