Searched refs:OptRules (Results 1 – 4 of 4) sorted by relevance
2704 std::vector<Matcher *> OptRules = in buildMatchTable() local2707 for (Matcher *Rule : OptRules) in buildMatchTable()2710 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()2712 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
2258 std::vector<Matcher *> OptRules = in buildMatchTable() local2261 for (Matcher *Rule : OptRules) in buildMatchTable()2264 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()2266 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
100 std::vector<Matcher *> OptRules; in optimizeRules() local114 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()117 OptRules.push_back(CurrentGroup.get()); in optimizeRules()135 OptRules.push_back(Rule); in optimizeRules()142 return OptRules; in optimizeRules()