Searched refs:WithCoverage (Results 1 – 1 of 1) sorted by relevance
565 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);567 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument568 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()685 bool WithCoverage) { in buildTable() argument686 MatchTable Table(WithCoverage); in buildTable()3645 bool WithCoverage);5542 bool Optimize, bool WithCoverage) { in buildMatchTable() argument5548 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5579 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()