Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5417 std::vector<Matcher *> OptRules; in optimizeRules() local
5432 OptRules.push_back(M); in optimizeRules()
5435 OptRules.push_back(CurrentGroup.get()); in optimizeRules()
5453 OptRules.push_back(Rule); in optimizeRules()
5459 return OptRules; in optimizeRules()
5495 std::vector<Matcher *> OptRules = in buildMatchTable() local
5498 for (Matcher *Rule : OptRules) in buildMatchTable()
5501 OptRules = optimizeRules<SwitchMatcher>(OptRules, MatcherStorage); in buildMatchTable()
5503 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()