Searched refs:dumpSU (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h147 void dumpSU(SUnit *SU, raw_ostream &OS) const;
H A DSystemZMachineScheduler.cpp30 HazardRec.dumpSU(SU, dbgs());
168 HazardRec->dumpSU(*Available.begin(), dbgs()); dbgs() << "\n";);
187 LLVM_DEBUG(HazardRec->dumpSU(c.SU, dbgs()); c.dumpCosts();
H A DSystemZHazardRecognizer.cpp167 void SystemZHazardRecognizer::dumpSU(SUnit *SU, raw_ostream &OS) const { function in class:SystemZHazardRecognizer
273 LLVM_DEBUG(dbgs() << "++ HazardRecognizer emitting "; dumpSU(SU, dbgs());
283 if (CurGroupDbg.length()) cgd << ", "; dumpSU(SU, cgd););

Completed in 112 milliseconds