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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp567 SUnit *TrySU = NotReady[0]; local
568 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU];
595 LLVM_DEBUG(dbgs() << "Adding an edge from SU # " << TrySU->NodeNum
597 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial));
602 << " to SU #" << TrySU->NodeNum << "\n");
604 AddPred(NewDef, SDep(TrySU, SDep::Artificial));
605 TrySU->isAvailable = false;
H A DScheduleDAGRRList.cpp1500 for (SUnit *TrySU : Interferences) {
1501 SmallVectorImpl<unsigned> &LRegs = LRegsMap[TrySU];
1513 if (!WillCreateCycle(TrySU, BtSU)) {
1515 BacktrackBottomUp(TrySU, BtSU);
1525 << ") to SU(" << TrySU->NodeNum << ")\n");
1526 AddPredQueued(TrySU, SDep(BtSU, SDep::Artificial));
1530 if (!TrySU->isAvailable || !TrySU->NodeQueueId) {
1531 LLVM_DEBUG(dbgs() << "TrySU not available; choosing node from queue\n");
1534 LLVM_DEBUG(dbgs() << "TrySU availabl
1551 SUnit *TrySU = Interferences[0]; local
[all...]

Completed in 173 milliseconds