Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp552 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
554 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument
555 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()
672 bool WithCoverage) { in buildTable() argument
673 MatchTable Table(WithCoverage); in buildTable()
3632 bool WithCoverage);
5528 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
5534 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5565 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()