Searched refs:OptRules (Results 1 – 1 of 1) sorted by relevance
5417 std::vector<Matcher *> OptRules; in optimizeRules() local5432 OptRules.push_back(M); in optimizeRules()5435 OptRules.push_back(CurrentGroup.get()); in optimizeRules()5453 OptRules.push_back(Rule); in optimizeRules()5459 return OptRules; in optimizeRules()5495 std::vector<Matcher *> OptRules = in buildMatchTable() local5498 for (Matcher *Rule : OptRules) in buildMatchTable()5501 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()5503 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()