Searched refs:InputRules (Results 1 – 1 of 1) sorted by relevance
4171 std::vector<Matcher *> InputRules; in buildMatchTable() local4173 InputRules.push_back(&Rule); in buildMatchTable()4176 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()4187 std::stable_sort(InputRules.begin(), InputRules.end(), in buildMatchTable()4197 for (Matcher *Rule : InputRules) in buildMatchTable()4202 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()