Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1917 SUnit *FirstLocalSU = DAG->getSUnit(FirstLocalDef); in constrainLocalCopy() local
1921 if (Pred.getSUnit() == FirstLocalSU) in constrainLocalCopy()
1923 if (!DAG->canAddEdge(FirstLocalSU, Pred.getSUnit())) in constrainLocalCopy()
1936 << FirstLocalSU->NodeNum << ")\n"); in constrainLocalCopy()
1937 DAG->addEdge(FirstLocalSU, SDep(GU, SDep::Weak)); in constrainLocalCopy()