Lines Matching refs:SUa
1335 SUnit *SUa = LoadRecords[Idx].SU;
1337 if (TII->shouldClusterLoads(SUa->getInstr(), SUb->getInstr(), ClusterLength)
1338 && DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) {
1340 DEBUG(dbgs() << "Cluster loads SU(" << SUa->NodeNum << ") - SU("
1342 // Copy successor edges from SUa to SUb. Interleaving computation
1343 // dependent on SUa can prevent load combining due to register reuse.
1344 // Predecessor edges do not need to be copied from SUb to SUa since nearby
1347 SI = SUa->Succs.begin(), SE = SUa->Succs.end(); SI != SE; ++SI) {