Home
last modified time | relevance | path

Searched refs:SUb (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h190 void addChainDependency(SUnit *SUa, SUnit *SUb,
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1420 SUnit *SUb = MemOpRecords[Idx+1].SU; in clusterNeighboringMemOps() local
1421 if (TII->shouldClusterMemOps(*SUa->getInstr(), *SUb->getInstr(), in clusterNeighboringMemOps()
1423 DAG->addEdge(SUb, SDep(SUa, SDep::Cluster))) { in clusterNeighboringMemOps()
1425 << SUb->NodeNum << ")\n"); in clusterNeighboringMemOps()
1432 if (SI->getSUnit() == SUb) in clusterNeighboringMemOps()
1435 DAG->addEdge(SI->getSUnit(), SDep(SUb, SDep::Artificial)); in clusterNeighboringMemOps()
DScheduleDAGInstrs.cpp622 void ScheduleDAGInstrs::addChainDependency (SUnit *SUa, SUnit *SUb, in addChainDependency() argument
625 SUb->getInstr())) { in addChainDependency()
628 SUb->addPred(Dep); in addChainDependency()
DMachinePipeliner.cpp949 static bool isSuccOrder(SUnit *SUa, SUnit *SUb) { in isSuccOrder() argument
960 if (SuccSU == SUb) in isSuccOrder()