Searched refs:optimizeRules (Results 1 – 4 of 4) sorted by relevance
95 optimizeRules(ArrayRef<Matcher *> Rules, in optimizeRules() function143 template std::vector<Matcher *> optimizeRules<GroupMatcher>(147 template std::vector<Matcher *> optimizeRules<SwitchMatcher>(548 optimizeRules<GroupMatcher>(Matchers, MatcherStorage).swap(Matchers); in optimize()549 optimizeRules<SwitchMatcher>(Matchers, MatcherStorage).swap(Matchers); in optimize()
2897 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2902 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2237 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2242 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
95 optimizeRules(ArrayRef<Matcher *> Rules,