Searched refs:WithCoverage (Results 1 – 1 of 1) sorted by relevance
552 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);554 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument555 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()672 bool WithCoverage) { in buildTable() argument673 MatchTable Table(WithCoverage); in buildTable()3632 bool WithCoverage);5528 bool Optimize, bool WithCoverage) { in buildMatchTable() argument5534 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5565 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()