Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5496 std::vector<Matcher *> OptRules; in optimizeRules() local
5510 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()
5513 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
5531 OptRules.push_back(Rule); in optimizeRules()
5537 return OptRules; in optimizeRules()
5571 std::vector<Matcher *> OptRules = in buildMatchTable() local
5574 for (Matcher *Rule : OptRules) in buildMatchTable()
5577 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5579 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()