Searched refs:WithCoverage (Results 1 – 1 of 1) sorted by relevance
553 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);555 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument556 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()673 bool WithCoverage) { in buildTable() argument674 MatchTable Table(WithCoverage); in buildTable()3598 bool WithCoverage);5464 bool Optimize, bool WithCoverage) { in buildMatchTable() argument5470 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5503 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()