• Home
  • Raw
  • Download

Lines Matching refs:dbgs

317   dbgs() << "SU(" << NodeNum << "): ";  in dump()
324 dbgs() << " # preds left : " << NumPredsLeft << "\n"; in dumpAll()
325 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; in dumpAll()
327 dbgs() << " # weak preds left : " << WeakPredsLeft << "\n"; in dumpAll()
329 dbgs() << " # weak succs left : " << WeakSuccsLeft << "\n"; in dumpAll()
330 dbgs() << " # rdefs left : " << NumRegDefsLeft << "\n"; in dumpAll()
331 dbgs() << " Latency : " << Latency << "\n"; in dumpAll()
332 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAll()
333 dbgs() << " Height : " << getHeight() << "\n"; in dumpAll()
336 dbgs() << " Predecessors:\n"; in dumpAll()
339 dbgs() << " "; in dumpAll()
341 case SDep::Data: dbgs() << "val "; break; in dumpAll()
342 case SDep::Anti: dbgs() << "anti"; break; in dumpAll()
343 case SDep::Output: dbgs() << "out "; break; in dumpAll()
344 case SDep::Order: dbgs() << "ch "; break; in dumpAll()
346 dbgs() << "SU(" << I->getSUnit()->NodeNum << ")"; in dumpAll()
348 dbgs() << " *"; in dumpAll()
349 dbgs() << ": Latency=" << I->getLatency(); in dumpAll()
351 dbgs() << " Reg=" << PrintReg(I->getReg(), G->TRI); in dumpAll()
352 dbgs() << "\n"; in dumpAll()
356 dbgs() << " Successors:\n"; in dumpAll()
359 dbgs() << " "; in dumpAll()
361 case SDep::Data: dbgs() << "val "; break; in dumpAll()
362 case SDep::Anti: dbgs() << "anti"; break; in dumpAll()
363 case SDep::Output: dbgs() << "out "; break; in dumpAll()
364 case SDep::Order: dbgs() << "ch "; break; in dumpAll()
366 dbgs() << "SU(" << I->getSUnit()->NodeNum << ")"; in dumpAll()
368 dbgs() << " *"; in dumpAll()
369 dbgs() << ": Latency=" << I->getLatency(); in dumpAll()
371 dbgs() << " Reg=" << PrintReg(I->getReg(), G->TRI); in dumpAll()
372 dbgs() << "\n"; in dumpAll()
392 dbgs() << "*** Scheduling failed! ***\n"; in VerifyScheduledDAG()
394 dbgs() << "has not been scheduled!\n"; in VerifyScheduledDAG()
401 dbgs() << "*** Scheduling failed! ***\n"; in VerifyScheduledDAG()
403 dbgs() << "has an unexpected " in VerifyScheduledDAG()
410 dbgs() << "*** Scheduling failed! ***\n"; in VerifyScheduledDAG()
412 dbgs() << "has successors left!\n"; in VerifyScheduledDAG()
418 dbgs() << "*** Scheduling failed! ***\n"; in VerifyScheduledDAG()
420 dbgs() << "has predecessors left!\n"; in VerifyScheduledDAG()