Lines Matching defs:SUs
314 // Goes though all SU. RPTracker captures what had to be alive for the SUs
781 // Traverse TopDown, and give different colors to SUs depending
1178 // Put SUs of same color into same block
1311 std::vector<SUnit*> SUs = Block->getScheduledUnits();
1313 for (SUnit* SU : SUs) {
1336 // Now we have Block of SUs == Block of MI.
1338 // The property that all the SUs of the Block are grouped together as MI
1342 std::vector<SUnit*> SUs = Block->getScheduledUnits();
1343 Block->schedule((*SUs.begin())->getInstr(), (*SUs.rbegin())->getInstr());
1736 std::vector<SUnit*> SUs = Block->getScheduledUnits();
1738 for (SUnit* SU : SUs)
1739 Res.SUs.push_back(SU->NodeNum);
1758 // Does a topological sort over the SUs.
1967 ScheduledSUnits = Best.SUs;