Searched refs:WithCoverage (Results 1 – 1 of 1) sorted by relevance
569 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);571 MatchTable(bool WithCoverage, unsigned ID = 0) in MatchTable() argument572 : ID(ID), IsWithCoverage(WithCoverage) {} in MatchTable()688 bool WithCoverage) { in buildTable() argument689 MatchTable Table(WithCoverage); in buildTable()3680 bool WithCoverage);5612 bool Optimize, bool WithCoverage) { in buildMatchTable() argument5618 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()5649 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()