Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp397 bool ContiguousRange = true; in buildBitTests() local
400 ContiguousRange = false; in buildBitTests()
410 ContiguousRange = false; in buildBitTests()
456 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h215 bool ContiguousRange; member
227 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1144 if (!BTB->ContiguousRange) { in lowerBitTestWorkItem()
3131 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3145 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3162 if (!BTB.ContiguousRange) { in finalizeBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1767 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
1786 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
1804 if (!BTB.ContiguousRange) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp11172 if (!BTB->ContiguousRange) { in lowerWorkItem()