Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h310 bool ContiguousRange; member
321 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
H A DSelectionDAGISel.cpp2002 if (BTB.ContiguousRange && j + 2 == ej) { in FinishBasicBlock()
2021 if (BTB.ContiguousRange && j + 2 == ej) { in FinishBasicBlock()
2039 if (!BTB.ContiguousRange) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp9712 bool ContiguousRange = true; in buildBitTests() local
9715 ContiguousRange = false; in buildBitTests()
9725 ContiguousRange = false; in buildBitTests()
9771 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
10054 if (!BTB->ContiguousRange) { in lowerWorkItem()