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

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

Completed in 96 milliseconds