Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp565 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
567 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument
568 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()
685 bool WithCoverage) { in buildTable() argument
686 MatchTable Table(WithCoverage); in buildTable()
3645 bool WithCoverage);
5542 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
5548 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5579 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()