Searched refs:BestCover (Results 1 – 1 of 1) sorted by relevance
559 unsigned BestCover = 0; in buildCopy() local579 if (PopCount > BestCover) { in buildCopy()580 BestCover = PopCount; in buildCopy()597 int BestCover = std::numeric_limits<int>::min(); in buildCopy() local610 if (Cover > BestCover) { in buildCopy()611 BestCover = Cover; in buildCopy()