Searched refs:OptRules (Results 1 – 3 of 3) sorted by relevance
98 std::vector<Matcher *> OptRules; in optimizeRules() local112 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()115 OptRules.push_back(CurrentGroup.get()); in optimizeRules()133 OptRules.push_back(Rule); in optimizeRules()140 return OptRules; in optimizeRules()
2896 std::vector<Matcher *> OptRules = in buildMatchTable() local2899 for (Matcher *Rule : OptRules) in buildMatchTable()2902 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()2904 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
2236 std::vector<Matcher *> OptRules = in buildMatchTable() local2239 for (Matcher *Rule : OptRules) in buildMatchTable()2242 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()2244 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()