Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp538 unsigned NumLeft = LastLeft - W.FirstCluster + 1; in computeSplitWorkItemInfo() local
541 if (std::min(NumLeft, NumRight) < 3 && std::max(NumLeft, NumRight) > 3) { in computeSplitWorkItemInfo()
545 if (NumLeft < NumRight) { in computeSplitWorkItemInfo()
557 assert(NumRight < NumLeft); in computeSplitWorkItemInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp684 if (unsigned NumLeft = NumOps) { in ScheduleNode() local
687 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()
690 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()
713 } while (--NumLeft); in ScheduleNode()