Searched refs:CBV (Results 1 – 1 of 1) sorted by relevance
8517 CaseBitsVector CBV; in buildBitTests() local8522 for (j = 0; j < CBV.size(); ++j) in buildBitTests()8523 if (CBV[j].BB == Clusters[i].MBB) in buildBitTests()8525 if (j == CBV.size()) in buildBitTests()8526 CBV.push_back( in buildBitTests()8528 CaseBits *CB = &CBV[j]; in buildBitTests()8541 std::sort(CBV.begin(), CBV.end(), [](const CaseBits &a, const CaseBits &b) { in buildBitTests()8548 for (auto &CB : CBV) { in buildBitTests()