Searched refs:WithCoverage (Results 1 – 1 of 1) sorted by relevance
568 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);570 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument571 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()687 bool WithCoverage) { in buildTable() argument688 MatchTable Table(WithCoverage); in buildTable()3673 bool WithCoverage);5602 bool Optimize, bool WithCoverage) { in buildMatchTable() argument5608 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5639 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()