Searched refs:OptRules (Results 1 – 4 of 4) sorted by relevance
2569 std::vector<Matcher *> OptRules = in buildMatchTable() local2572 for (Matcher *Rule : OptRules) in buildMatchTable()2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()2577 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()
2259 std::vector<Matcher *> OptRules = in buildMatchTable() local2262 for (Matcher *Rule : OptRules) in buildMatchTable()2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()2267 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
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()