Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.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()