Searched refs:optimizeRules (Results 1 – 5 of 5) sorted by relevance
97 optimizeRules(ArrayRef<Matcher *> Rules, in optimizeRules() function145 template std::vector<Matcher *> optimizeRules<GroupMatcher>(149 template std::vector<Matcher *> optimizeRules<SwitchMatcher>(556 Matchers = optimizeRules<GroupMatcher>(Matchers, MatcherStorage); in optimize()557 Matchers = optimizeRules<SwitchMatcher>(Matchers, MatcherStorage); in optimize()
96 optimizeRules(ArrayRef<Matcher *> Rules,
2705 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2710 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
2259 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()2264 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()