Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5465 std::vector<Matcher *> InputRules; in buildMatchTable() local
5467 InputRules.push_back(&Rule); in buildMatchTable()
5470 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5481 std::stable_sort(InputRules.begin(), InputRules.end(), in buildMatchTable()
5491 for (Matcher *Rule : InputRules) in buildMatchTable()
5496 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()