Searched refs:OptRules (Results 1 – 1 of 1) sorted by relevance
4117 std::vector<Matcher *> OptRules; in optimizeRules() local4132 OptRules.push_back(M); in optimizeRules()4135 OptRules.push_back(CurrentGroup.get()); in optimizeRules()4153 OptRules.push_back(Rule); in optimizeRules()4159 return OptRules; in optimizeRules()4195 std::vector<Matcher *> OptRules = in buildMatchTable() local4198 for (Matcher *Rule : OptRules) in buildMatchTable()4201 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()4203 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()