Searched refs:InputRules (Results 1 – 1 of 1) sorted by relevance
5465 std::vector<Matcher *> InputRules; in buildMatchTable() local5467 InputRules.push_back(&Rule); in buildMatchTable()5470 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5481 std::stable_sort(InputRules.begin(), InputRules.end(), in buildMatchTable()5491 for (Matcher *Rule : InputRules) in buildMatchTable()5496 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()