Searched refs:NumLeft (Results 1 – 2 of 2) sorted by relevance
538 unsigned NumLeft = LastLeft - W.FirstCluster + 1; in computeSplitWorkItemInfo() local541 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()
684 if (unsigned NumLeft = NumOps) { in ScheduleNode() local687 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()690 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()713 } while (--NumLeft); in ScheduleNode()