Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp568 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
570 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument
571 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()
687 bool WithCoverage) { in buildTable() argument
688 MatchTable Table(WithCoverage); in buildTable()
3673 bool WithCoverage);
5602 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
5608 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5639 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()