Searched refs:optimizeRules (Results 1 – 5 of 5) 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 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()549 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
95 optimizeRules(ArrayRef<Matcher *> Rules,
2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2575 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2265 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()