Searched refs:CopyToSU (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp388 SUnit *CopyToSU = newSUnit(static_cast<SDNode *>(nullptr)); local
389 CopyToSU->CopySrcRC = DestRC;
390 CopyToSU->CopyDstRC = SrcRC;
401 D.setSUnit(CopyToSU);
414 AddPred(CopyToSU, ToDep);
417 Copies.push_back(CopyToSU);
H A DScheduleDAGRRList.cpp1230 SUnit *CopyToSU = CreateNewSUnit(nullptr); local
1231 CopyToSU->CopySrcRC = DestRC;
1232 CopyToSU->CopyDstRC = SrcRC;
1243 D.setSUnit(CopyToSU);
1262 AddPredQueued(CopyToSU, ToDep);
1266 AvailableQueue->addNode(CopyToSU);
1268 Copies.push_back(CopyToSU);

Completed in 146 milliseconds