Searched refs:SUNode (Results 1 – 2 of 2) sorted by relevance
786 for (const SDNode *SUNode = SU->getNode(); SUNode; in ScheduleNodeBottomUp() local787 SUNode = SUNode->getGluedNode()) { in ScheduleNodeBottomUp()857 for (const SDNode *SUNode = SU->getNode(); SUNode; in UnscheduleNodeBottomUp() local858 SUNode = SUNode->getGluedNode()) { in UnscheduleNodeBottomUp()874 for (const SDNode *SUNode = SU->getNode(); SUNode; in UnscheduleNodeBottomUp() local875 SUNode = SUNode->getGluedNode()) { in UnscheduleNodeBottomUp()973 for (const SDNode *SUNode = SU->getNode(); SUNode; in isOperandOf() local974 SUNode = SUNode->getGluedNode()) { in isOperandOf()975 if (SUNode->isOperandOf(N)) in isOperandOf()2899 for (const SDNode *SUNode = SU->getNode(); SUNode; in canClobberPhysRegDefs() local[all …]
429 for (const SDNode *SUNode = SU->getNode(); SUNode; in BuildSchedUnits() local430 SUNode = SUNode->getGluedNode()) { in BuildSchedUnits()431 if (SUNode->getOpcode() != ISD::CopyToReg) in BuildSchedUnits()433 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits()