Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:newSUnit

66 /// NewSUnit - Creates a new SUnit and return a ptr to it.
68 SUnit *ScheduleDAGSDNodes::newSUnit(SDNode *N) {
90 SUnit *SU = newSUnit(Old->getNode());
345 SUnit *NodeSUnit = newSUnit(NI);