Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp419 CaseBitsVector CBV; in buildBitTests() local
424 for (j = 0; j < CBV.size(); ++j) in buildBitTests()
425 if (CBV[j].BB == Clusters[i].MBB) in buildBitTests()
427 if (j == CBV.size()) in buildBitTests()
428 CBV.push_back( in buildBitTests()
430 CaseBits *CB = &CBV[j]; in buildBitTests()
443 llvm::sort(CBV, [](const CaseBits &a, const CaseBits &b) { in buildBitTests()
452 for (auto &CB : CBV) { in buildBitTests()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td7506 b for constant buffer views (CBV).