Lines Matching refs:dbgs

148     DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n");  in analyzeUses()
158 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
352 dbgs() << " empty\n"; in dump()
357 dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value(); in dump()
358 dbgs() << '\n'; in dump()
465 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
471 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
475 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
478 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
488 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
492 DEBUG(dbgs() << ": not live\n"); in enterIntvAfter()
495 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvAfter()
508 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last); in enterIntvAtEnd()
511 DEBUG(dbgs() << ": not live\n"); in enterIntvAtEnd()
514 DEBUG(dbgs() << ": valno " << ParentVNI->id); in enterIntvAtEnd()
529 DEBUG(dbgs() << " useIntv [" << Start << ';' << End << "):"); in useIntv()
536 DEBUG(dbgs() << " leaveIntvAfter " << Idx); in leaveIntvAfter()
542 DEBUG(dbgs() << ": not live\n"); in leaveIntvAfter()
545 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in leaveIntvAfter()
567 DEBUG(dbgs() << " leaveIntvBefore " << Idx); in leaveIntvBefore()
573 DEBUG(dbgs() << ": not live\n"); in leaveIntvBefore()
576 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in leaveIntvBefore()
587 DEBUG(dbgs() << " leaveIntvAtTop BB#" << MBB.getNumber() << ", " << Start); in leaveIntvAtTop()
591 DEBUG(dbgs() << ": not live\n"); in leaveIntvAtTop()
613 DEBUG(dbgs() << " overlapIntv [" << Start << ';' << End << "):"); in overlapIntv()
624 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n"); in removeBackCopies()
639 DEBUG(dbgs() << "Removing " << Def << '\t' << *MI); in removeBackCopies()
654 DEBUG(dbgs() << " cannot find simple kill of RegIdx " << RegIdx << '\n'); in removeBackCopies()
658 DEBUG(dbgs() << " move kill to " << Kill << '\t' << *MBBI); in removeBackCopies()
685 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#" in findShallowDominator()
692 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#" in findShallowDominator()
702 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#" in findShallowDominator()
748 DEBUG(dbgs() << "Direct complement def at " << VNI->def << '\n'); in hoistCopiesForSize()
755 DEBUG(dbgs() << "Single complement def at " << VNI->def << '\n'); in hoistCopiesForSize()
778 DEBUG(dbgs() << "Multi-mapped complement " << VNI->id << '@' << VNI->def in hoistCopiesForSize()
823 DEBUG(dbgs() << " blit " << S << ':'); in transferValues()
845 DEBUG(dbgs() << " [" << Start << ';' << End << ")=" << RegIdx); in transferValues()
851 DEBUG(dbgs() << ':' << VNI->id); in transferValues()
859 DEBUG(dbgs() << "(recalc)"); in transferValues()
878 DEBUG(dbgs() << ':' << VNI->id << "*BB#" << MBB->getNumber()); in transferValues()
891 DEBUG(dbgs() << ">BB#" << MBB->getNumber()); in transferValues()
916 DEBUG(dbgs() << '\n'); in transferValues()
959 DEBUG(dbgs() << "Zapping " << *MI); in rewriteAssigned()
975 DEBUG(dbgs() << " rewr BB#" << MI->getParent()->getNumber() << '\t' in rewriteAssigned()
1013 DEBUG(dbgs() << "All defs dead: " << *MI); in deleteRematVictims()
1162 DEBUG(dbgs() << "BB#" << MBBNum << " [" << Start << ';' << Stop in splitLiveThroughBlock()
1175 DEBUG(dbgs() << ", spill on entry.\n"); in splitLiveThroughBlock()
1189 DEBUG(dbgs() << ", reload on exit.\n"); in splitLiveThroughBlock()
1203 DEBUG(dbgs() << ", straight through.\n"); in splitLiveThroughBlock()
1219 DEBUG(dbgs() << ", switch avoiding interference.\n"); in splitLiveThroughBlock()
1240 DEBUG(dbgs() << ", create local intv for interference.\n"); in splitLiveThroughBlock()
1265 DEBUG(dbgs() << "BB#" << BI.MBB->getNumber() << " [" << Start << ';' << Stop in splitRegInBlock()
1275 DEBUG(dbgs() << " before interference.\n"); in splitRegInBlock()
1300 DEBUG(dbgs() << ", spill after last use before interference.\n"); in splitRegInBlock()
1306 DEBUG(dbgs() << ", spill before last split point.\n"); in splitRegInBlock()
1321 DEBUG(dbgs() << ", creating local interval " << LocalIntv << ".\n"); in splitRegInBlock()
1357 DEBUG(dbgs() << "BB#" << BI.MBB->getNumber() << " [" << Start << ';' << Stop in splitRegOutBlock()
1369 DEBUG(dbgs() << " after interference.\n"); in splitRegOutBlock()
1381 DEBUG(dbgs() << ", reload after interference.\n"); in splitRegOutBlock()
1397 DEBUG(dbgs() << ", interference overlaps uses.\n"); in splitRegOutBlock()