Home
last modified time | relevance | path

Searched refs:OptRules (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5555 std::vector<Matcher *> OptRules; in optimizeRules() local
5569 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()
5572 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
5590 OptRules.push_back(Rule); in optimizeRules()
5597 return OptRules; in optimizeRules()
5631 std::vector<Matcher *> OptRules = in buildMatchTable() local
5634 for (Matcher *Rule : OptRules) in buildMatchTable()
5637 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5639 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()