Searched refs:InputRules (Results 1 – 3 of 3) sorted by relevance
2231 std::vector<Matcher *> InputRules; in buildMatchTable() local2233 InputRules.push_back(&Rule); in buildMatchTable()2236 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()2247 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()2255 for (Matcher *Rule : InputRules) in buildMatchTable()2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
2544 std::vector<Matcher *> InputRules; in buildMatchTable() local2546 InputRules.push_back(&Rule); in buildMatchTable()2557 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()2565 for (Matcher *Rule : InputRules) in buildMatchTable()2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()