Searched refs:ContiguousRange (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp394 bool ContiguousRange = true; local
397 ContiguousRange = false;
407 ContiguousRange = false;
453 ContiguousRange, nullptr, nullptr, std::move(BTI), local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h210 bool ContiguousRange; member in struct:llvm::SwitchCG::BitTestBlock
222 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1823 if (BTB.ContiguousRange && j + 2 == ej) {
1842 if (BTB.ContiguousRange && j + 2 == ej) {
1860 if (!BTB.ContiguousRange) {
H A DSelectionDAGBuilder.cpp10282 if (!BTB->ContiguousRange) {

Completed in 148 milliseconds