Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4165 std::vector<Matcher *> InputRules; in buildMatchTable() local
4167 InputRules.push_back(&Rule); in buildMatchTable()
4170 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
4181 std::stable_sort(InputRules.begin(), InputRules.end(), in buildMatchTable()
4191 for (Matcher *Rule : InputRules) in buildMatchTable()
4196 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()