Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp517 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
519 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument
520 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()
637 bool WithCoverage) { in buildTable() argument
638 MatchTable Table(WithCoverage); in buildTable()
3053 bool WithCoverage);
4164 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
4170 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
4203 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()