Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp454 BitTestCases.emplace_back(std::move(LowBound), std::move(CmpRange), in buildBitTests()
460 BitTestCases.size() - 1, TotalProb); in buildBitTests()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h270 std::vector<BitTestBlock> BitTestCases; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1131 BitTestBlock *BTB = &SL->BitTestCases[I->BTCasesIndex]; in lowerBitTestWorkItem()
3112 for (auto &BTB : SL->BitTestCases) { in finalizeBasicBlock()
3166 SL->BitTestCases.clear(); in finalizeBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1737 for (auto &BTB : SDB->SL->BitTestCases) { in FinishBasicBlock()
1816 SDB->SL->BitTestCases.clear(); in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp3136 for (BitTestBlock &BTB : SL->BitTestCases) in UpdateSplitBlock()
11158 BitTestBlock *BTB = &SL->BitTestCases[I->BTCasesIndex]; in lowerWorkItem()