Searched refs:IsCombinerTable (Results 1 – 1 of 1) sorted by relevance
197 bool IsCombinerTable; variable218 MatchTable(bool WithCoverage, bool IsCombinerTable, unsigned ID = 0)219 : ID(ID), IsWithCoverage(WithCoverage), IsCombinerTable(IsCombinerTable) { in ID()223 bool isCombiner() const { return IsCombinerTable; } in isCombiner()