Lines Matching defs:SUs
313 // Goes though all SU. RPTracker captures what had to be alive for the SUs
780 // Traverse TopDown, and give different colors to SUs depending
1174 // Put SUs of same color into same block
1307 std::vector<SUnit*> SUs = Block->getScheduledUnits();
1309 for (SUnit* SU : SUs) {
1332 // Now we have Block of SUs == Block of MI.
1334 // The property that all the SUs of the Block are grouped together as MI
1338 std::vector<SUnit*> SUs = Block->getScheduledUnits();
1339 Block->schedule((*SUs.begin())->getInstr(), (*SUs.rbegin())->getInstr());
1730 std::vector<SUnit*> SUs = Block->getScheduledUnits();
1732 for (SUnit* SU : SUs)
1733 Res.SUs.push_back(SU->NodeNum);
1752 // Does a topological sort over the SUs.
1961 ScheduledSUnits = Best.SUs;