Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4117 std::vector<Matcher *> OptRules; in optimizeRules() local
4132 OptRules.push_back(M); in optimizeRules()
4135 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
4153 OptRules.push_back(Rule); in optimizeRules()
4159 return OptRules; in optimizeRules()
4195 std::vector<Matcher *> OptRules = in buildMatchTable() local
4198 for (Matcher *Rule : OptRules) in buildMatchTable()
4201 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
4203 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()