Searched refs:CBV (Results 1 – 1 of 1) sorted by relevance
7964 CaseBitsVector CBV; in buildBitTests() local7969 for (j = 0; j < CBV.size(); ++j) in buildBitTests()7970 if (CBV[j].BB == Clusters[i].MBB) in buildBitTests()7972 if (j == CBV.size()) in buildBitTests()7973 CBV.push_back( in buildBitTests()7975 CaseBits *CB = &CBV[j]; in buildBitTests()7988 std::sort(CBV.begin(), CBV.end(), [](const CaseBits &a, const CaseBits &b) { in buildBitTests()7995 for (auto &CB : CBV) { in buildBitTests()