• Home
  • Raw
  • Download

Lines Matching refs:dbgs

168     DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n");  in analyzeUses()
178 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
374 dbgs() << " empty\n"; in dump()
379 dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value(); in dump()
380 dbgs() << '\n'; in dump()
493 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
499 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
503 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
506 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
516 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
520 DEBUG(dbgs() << ": not live\n"); in enterIntvAfter()
523 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvAfter()
536 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last); in enterIntvAtEnd()
539 DEBUG(dbgs() << ": not live\n"); in enterIntvAtEnd()
542 DEBUG(dbgs() << ": valno " << ParentVNI->id); in enterIntvAtEnd()
557 DEBUG(dbgs() << " useIntv [" << Start << ';' << End << "):"); in useIntv()
564 DEBUG(dbgs() << " leaveIntvAfter " << Idx); in leaveIntvAfter()
570 DEBUG(dbgs() << ": not live\n"); in leaveIntvAfter()
573 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in leaveIntvAfter()
595 DEBUG(dbgs() << " leaveIntvBefore " << Idx); in leaveIntvBefore()
601 DEBUG(dbgs() << ": not live\n"); in leaveIntvBefore()
604 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in leaveIntvBefore()
615 DEBUG(dbgs() << " leaveIntvAtTop BB#" << MBB.getNumber() << ", " << Start); in leaveIntvAtTop()
619 DEBUG(dbgs() << ": not live\n"); in leaveIntvAtTop()
641 DEBUG(dbgs() << " overlapIntv [" << Start << ';' << End << "):"); in overlapIntv()
652 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n"); in removeBackCopies()
667 DEBUG(dbgs() << "Removing " << Def << '\t' << *MI); in removeBackCopies()
682 DEBUG(dbgs() << " cannot find simple kill of RegIdx " << RegIdx << '\n'); in removeBackCopies()
686 DEBUG(dbgs() << " move kill to " << Kill << '\t' << *MBBI); in removeBackCopies()
713 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#" in findShallowDominator()
720 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#" in findShallowDominator()
730 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#" in findShallowDominator()
837 DEBUG(dbgs() << "Direct complement def at " << VNI->def << '\n'); in hoistCopies()
844 DEBUG(dbgs() << "Single complement def at " << VNI->def << '\n'); in hoistCopies()
868 DEBUG(dbgs() << "Multi-mapped complement " << VNI->id << '@' << VNI->def in hoistCopies()
925 DEBUG(dbgs() << " blit " << S << ':'); in transferValues()
947 DEBUG(dbgs() << " [" << Start << ';' << End << ")=" << RegIdx); in transferValues()
953 DEBUG(dbgs() << ':' << VNI->id); in transferValues()
961 DEBUG(dbgs() << "(recalc)"); in transferValues()
980 DEBUG(dbgs() << ':' << VNI->id << "*BB#" << MBB->getNumber()); in transferValues()
993 DEBUG(dbgs() << ">BB#" << MBB->getNumber()); in transferValues()
1018 DEBUG(dbgs() << '\n'); in transferValues()
1071 DEBUG(dbgs() << "Zapping " << *MI); in rewriteAssigned()
1087 DEBUG(dbgs() << " rewr BB#" << MI->getParent()->getNumber() << '\t' in rewriteAssigned()
1127 DEBUG(dbgs() << "All defs dead: " << *MI); in deleteRematVictims()
1276 DEBUG(dbgs() << "BB#" << MBBNum << " [" << Start << ';' << Stop in splitLiveThroughBlock()
1289 DEBUG(dbgs() << ", spill on entry.\n"); in splitLiveThroughBlock()
1303 DEBUG(dbgs() << ", reload on exit.\n"); in splitLiveThroughBlock()
1317 DEBUG(dbgs() << ", straight through.\n"); in splitLiveThroughBlock()
1333 DEBUG(dbgs() << ", switch avoiding interference.\n"); in splitLiveThroughBlock()
1354 DEBUG(dbgs() << ", create local intv for interference.\n"); in splitLiveThroughBlock()
1379 DEBUG(dbgs() << "BB#" << BI.MBB->getNumber() << " [" << Start << ';' << Stop in splitRegInBlock()
1389 DEBUG(dbgs() << " before interference.\n"); in splitRegInBlock()
1414 DEBUG(dbgs() << ", spill after last use before interference.\n"); in splitRegInBlock()
1420 DEBUG(dbgs() << ", spill before last split point.\n"); in splitRegInBlock()
1435 DEBUG(dbgs() << ", creating local interval " << LocalIntv << ".\n"); in splitRegInBlock()
1471 DEBUG(dbgs() << "BB#" << BI.MBB->getNumber() << " [" << Start << ';' << Stop in splitRegOutBlock()
1483 DEBUG(dbgs() << " after interference.\n"); in splitRegOutBlock()
1495 DEBUG(dbgs() << ", reload after interference.\n"); in splitRegOutBlock()
1511 DEBUG(dbgs() << ", interference overlaps uses.\n"); in splitRegOutBlock()