Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5482 std::vector<Matcher *> OptRules; in optimizeRules() local
5496 append_range(OptRules, CurrentGroup->matchers()); in optimizeRules()
5499 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
5517 OptRules.push_back(Rule); in optimizeRules()
5523 return OptRules; in optimizeRules()
5557 std::vector<Matcher *> OptRules = in buildMatchTable() local
5560 for (Matcher *Rule : OptRules) in buildMatchTable()
5563 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5565 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()