Searched refs:SUNode (Results 1 – 2 of 2) sorted by relevance
784 for (const SDNode *SUNode = SU->getNode(); SUNode; in ScheduleNodeBottomUp() local785 SUNode = SUNode->getGluedNode()) { in ScheduleNodeBottomUp()855 for (const SDNode *SUNode = SU->getNode(); SUNode; in UnscheduleNodeBottomUp() local856 SUNode = SUNode->getGluedNode()) { in UnscheduleNodeBottomUp()872 for (const SDNode *SUNode = SU->getNode(); SUNode; in UnscheduleNodeBottomUp() local873 SUNode = SUNode->getGluedNode()) { in UnscheduleNodeBottomUp()971 for (const SDNode *SUNode = SU->getNode(); SUNode; in isOperandOf() local972 SUNode = SUNode->getGluedNode()) { in isOperandOf()973 if (SUNode->isOperandOf(N)) in isOperandOf()2896 for (const SDNode *SUNode = SU->getNode(); SUNode; in canClobberPhysRegDefs() local[all …]
425 for (const SDNode *SUNode = SU->getNode(); SUNode; in BuildSchedUnits() local426 SUNode = SUNode->getGluedNode()) { in BuildSchedUnits()427 if (SUNode->getOpcode() != ISD::CopyToReg) in BuildSchedUnits()429 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits()