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()2883 for (const SDNode *SUNode = SU->getNode(); SUNode; in canClobberPhysRegDefs() local[all …]
427 for (const SDNode *SUNode = SU->getNode(); SUNode; in BuildSchedUnits() local428 SUNode = SUNode->getGluedNode()) { in BuildSchedUnits()429 if (SUNode->getOpcode() != ISD::CopyToReg) in BuildSchedUnits()431 SDNode *SrcN = SUNode->getOperand(2).getNode(); in BuildSchedUnits()