Searched refs:NumLeft (Results 1 – 2 of 2) sorted by relevance
682 if (unsigned NumLeft = NumOps) { in ScheduleNode() local685 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()688 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()711 } while (--NumLeft); in ScheduleNode()
8371 unsigned NumLeft = LastLeft - W.FirstCluster + 1; in splitWorkItem() local8374 if (std::min(NumLeft, NumRight) < 3 && std::max(NumLeft, NumRight) > 3) { in splitWorkItem()8378 if (NumLeft < NumRight) { in splitWorkItem()8390 assert(NumRight < NumLeft); in splitWorkItem()