Home
last modified time | relevance | path

Searched refs:BestCover (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSplitKit.cpp559 unsigned BestCover = 0; in buildCopy() local
579 if (PopCount > BestCover) { in buildCopy()
580 BestCover = PopCount; in buildCopy()
597 int BestCover = std::numeric_limits<int>::min(); in buildCopy() local
610 if (Cover > BestCover) { in buildCopy()
611 BestCover = Cover; in buildCopy()