Searched refs:WithCoverage (Results 1 – 1 of 1) sorted by relevance
517 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);519 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument520 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()637 bool WithCoverage) { in buildTable() argument638 MatchTable Table(WithCoverage); in buildTable()3053 bool WithCoverage);4164 bool Optimize, bool WithCoverage) { in buildMatchTable() argument4170 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()4203 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()