Lines Matching refs:dbgs
135 DEBUG(dbgs() << "NEW INSTR "; InstrPtr->dump(); dbgs() << "\n";); in getDepth()
255 DEBUG(dbgs() << "DEPENDENCE DATA FOR " << Root << "\n"; in improvesCriticalPathLen()
256 dbgs() << " NewRootDepth: " << NewRootDepth << "\n"; in improvesCriticalPathLen()
257 dbgs() << " RootDepth: " << RootDepth << "\n"); in improvesCriticalPathLen()
274 DEBUG(dbgs() << " NewRootLatency: " << NewRootLatency << "\n"; in improvesCriticalPathLen()
275 dbgs() << " RootLatency: " << RootLatency << "\n"; in improvesCriticalPathLen()
276 dbgs() << " RootSlack: " << RootSlack << "\n"; in improvesCriticalPathLen()
277 dbgs() << " NewRootDepth + NewRootLatency = " in improvesCriticalPathLen()
279 dbgs() << " RootDepth + RootLatency + RootSlack = " in improvesCriticalPathLen()
329 DEBUG(dbgs() << "RESOURCE DATA: \n"; in preservesResourceLen()
330 dbgs() << " resource len before: " << ResLenBeforeCombine in preservesResourceLen()
355 DEBUG(dbgs() << "Combining MBB " << MBB->getName() << "\n"); in combineInstructions()
362 DEBUG(dbgs() << "INSTR "; MI.dump(); dbgs() << "\n";); in combineInstructions()
455 DEBUG(dbgs() << getPassName() << ": " << MF.getName() << '\n'); in runOnMachineFunction()
457 DEBUG(dbgs() << " Skipping pass: Target does not support machine combiner\n"); in runOnMachineFunction()