Home
last modified time | relevance | path

Searched refs:printMBBReference (Results 1 – 25 of 73) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEdgeBundles.cpp83 O << "\t\"" << printMBBReference(MBB) << "\" [ shape=box ]\n" in WriteGraph()
84 << '\t' << G.getBundle(BB, false) << " -> \"" << printMBBReference(MBB) in WriteGraph()
86 << "\t\"" << printMBBReference(MBB) << "\" -> " << G.getBundle(BB, true) in WriteGraph()
89 O << "\t\"" << printMBBReference(MBB) << "\" -> \"" in WriteGraph()
90 << printMBBReference(*Succ) << "\" [ color=lightgray ]\n"; in WriteGraph()
H A DEarlyIfConversion.cpp203 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
217 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
276 LLVM_DEBUG(dbgs() << printMBBReference(*I->getParent()) << " depends on " in InstrDependenciesAllowIfConv()
298 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canPredicateInstrs()
313 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canPredicateInstrs()
462 LLVM_DEBUG(dbgs() << "\nDiamond: " << printMBBReference(*Head) << " -> " in canConvertIf()
463 << printMBBReference(*Succ0) << "/" in canConvertIf()
464 << printMBBReference(*Succ1) << " -> " in canConvertIf()
465 << printMBBReference(*Tail) << '\n'); in canConvertIf()
473 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvertIf()
[all …]
H A DBranchRelaxation.cpp294 << printMBBReference(DestBB) << " from " in isBlockInRange()
295 << printMBBReference(*MI.getParent()) << " to " in isBlockInRange()
391 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*TBB) in fixupConditionalBranch()
393 << printMBBReference(NextBB) << '\n'); in fixupConditionalBranch()
425 << printMBBReference(*NewBB) in fixupConditionalBranch()
427 << " Insert B to " << printMBBReference(*FBB) << ".\n" in fixupConditionalBranch()
429 << printMBBReference(*TBB) << ".\n"); in fixupConditionalBranch()
H A DMachineBranchProbabilityInfo.cpp74 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
H A DMachineTraceMetrics.cpp397 LLVM_DEBUG(dbgs() << "Invalidate traces through " << printMBBReference(*MBB) in invalidate()
479 << printMBBReference(*MBB) << '\n'); in computeTrace()
487 LLVM_DEBUG(dbgs() << " pred for " << printMBBReference(*I) << ": "); in computeTrace()
493 dbgs() << printMBBReference(*TBI.Pred) << '\n'; in computeTrace()
505 LLVM_DEBUG(dbgs() << " succ for " << printMBBReference(*I) << ": "); in computeTrace()
511 dbgs() << printMBBReference(*TBI.Succ) << '\n'; in computeTrace()
532 LLVM_DEBUG(dbgs() << "Invalidate " << printMBBReference(*MBB) << ' ' in invalidate()
557 LLVM_DEBUG(dbgs() << "Invalidate " << printMBBReference(*MBB) << ' ' in invalidate()
860 LLVM_DEBUG(dbgs() << "\nDepths for " << printMBBReference(*MBB) << ":\n"); in computeInstrDepths()
1045 LLVM_DEBUG(dbgs() << "Heights for " << printMBBReference(*MBB) << ":\n"); in computeInstrHeights()
[all …]
H A DMachineLateInstrsCleanup.cpp191 << printMBBReference(*MBB) << ": " << *DefMI;); in processBlock()
215 << printMBBReference(*MBB) << ": " << MI;); in processBlock()
234 << printMBBReference(*MBB) << ": " << MI;); in processBlock()
H A DSplitKit.cpp692 LLVM_DEBUG(dbgs() << " enterIntvAtEnd " << printMBBReference(MBB) << ", " in enterIntvAtEnd()
789 LLVM_DEBUG(dbgs() << " leaveIntvAtTop " << printMBBReference(MBB) << ", " in leaveIntvAtTop()
911 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
912 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
919 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
920 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
930 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
931 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
1070 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1183 LLVM_DEBUG(dbgs() << ':' << VNI->id << "*" << printMBBReference(*MBB)); in transferValues()
[all …]
H A DTailDuplicator.cpp118 dbgs() << "Malformed PHI in " << printMBBReference(MBB) << ": " in VerifyPHIs()
121 << printMBBReference(*PredBB) << '\n'; in VerifyPHIs()
129 dbgs() << "Warning: malformed PHI in " << printMBBReference(MBB) in VerifyPHIs()
132 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
136 dbgs() << "Malformed PHI in " << printMBBReference(MBB) << ": " in VerifyPHIs()
138 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
830 LLVM_DEBUG(dbgs() << "\n*** Tail-duplicating " << printMBBReference(*TailBB) in tailDuplicate()
H A DMachineBasicBlock.cpp118 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { in printMBBReference() function in llvm
378 OS << LS << printMBBReference(*Pred); in print()
389 OS << LS << printMBBReference(**I); in print()
401 OS << LS << printMBBReference(**I) << '(' in print()
669 LLVM_DEBUG(dbgs() << "Updating terminators on " << printMBBReference(*this) in updateTerminator()
1048 LLVM_DEBUG(dbgs() << "Splitting critical edge: " << printMBBReference(*this) in SplitCriticalEdge()
1049 << " -- " << printMBBReference(*NMBB) << " -- " in SplitCriticalEdge()
1050 << printMBBReference(*Succ) << '\n'); in SplitCriticalEdge()
1303 << printMBBReference(*this) << '\n'); in canSplitCriticalEdge()
H A DMachineLICM.cpp619 LLVM_DEBUG(dbgs() << "Hoisting to " << printMBBReference(*Preheader) in HoistPostRA()
620 << " from " << printMBBReference(*MI->getParent()) << ": " in HoistPostRA()
681 LLVM_DEBUG(dbgs() << "Entering " << printMBBReference(*MBB) << '\n'); in EnterScope()
688 LLVM_DEBUG(dbgs() << "Exiting " << printMBBReference(*MBB) << '\n'); in ExitScope()
1425 dbgs() << " from " << printMBBReference(*MI->getParent()); in Hoist()
1427 dbgs() << " to " << printMBBReference(*Preheader); in Hoist()
H A DBranchFolding.cpp566 LLVM_DEBUG(dbgs() << "Common tail length of " << printMBBReference(*MBB1) in ProfitableToMerge()
567 << " and " << printMBBReference(*MBB2) << " is " in ProfitableToMerge()
738 LLVM_DEBUG(dbgs() << "\nSplitting " << printMBBReference(*MBB) << ", size " in CreateCommonTailOnlyBlock()
891 << printMBBReference(*MergePotentials[i].getBlock()) in TryTailMergeBlocks()
894 dbgs() << " with successor " << printMBBReference(*SuccBB) << '\n'; in TryTailMergeBlocks()
897 << printMBBReference(*PredBB) << "\n"; in TryTailMergeBlocks()
982 LLVM_DEBUG(dbgs() << "\nUsing common tail in " << printMBBReference(*MBB) in TryTailMergeBlocks()
987 LLVM_DEBUG(dbgs() << printMBBReference(*SameTails[i].getBlock()) in TryTailMergeBlocks()
H A DFixupStatepointCallerSaved.cpp262 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
293 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
467 << printMBBReference(*EHPad) << "\n"); in insertReloads()
H A DProcessImplicitDefs.cpp159 LLVM_DEBUG(dbgs() << printMBBReference(MBB) << " has " << WorkList.size() in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp124 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
127 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
144 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
H A DPPCExpandISEL.cpp172 LLVM_DEBUG(dbgs() << printMBBReference(*MF->getBlockNumbered(I.first)) in DumpISELInstructions()
197 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp205 dbgs() << printMBBReference(*MBB) << ' '; in collectElseRegionBlocks()
420 LLVM_DEBUG(dbgs() << "Clear AliveBlock " << printMBBReference(*MBB) in updateLiveRangeInThenRegion()
444 << printMBBReference(*MBB) << '\n'); in updateLiveRangeInThenRegion()
449 << printMBBReference(*MBB) << '\n'); in updateLiveRangeInThenRegion()
481 LLVM_DEBUG(dbgs() << "Removing AliveBlock " << printMBBReference(*MBB) in updateLiveRangeInElseRegion()
658 << printMBBReference(MBB) << ' ' in runOnMachineFunction()
659 << printMBBReference(*IfTarget) << ' ' in runOnMachineFunction()
660 << printMBBReference(*Endif) << '\n'); in runOnMachineFunction()
677 << printMBBReference(*LoopHeader) << '\n'); in runOnMachineFunction()
H A DAMDGPUMachineCFGStructurizer.cpp255 dbgs() << printReg(SI.first, TRI) << '(' << printMBBReference(*SI.second) in dump()
643 LLVM_DEBUG(dbgs() << "Visiting " << printMBBReference(*MBB) << "\n"); in buildMRT()
691 LLVM_DEBUG(dbgs() << "Add LiveOut (MBB " << printMBBReference(*MBB) in storeLiveOutReg()
736 LLVM_DEBUG(dbgs() << "-Store Live Outs Begin (" << printMBBReference(*MBB) in storeLiveOuts()
760 << "Add LiveOut (PhiSource " << printMBBReference(*MBB) in storeLiveOuts()
761 << " -> " << printMBBReference(*Succ) in storeLiveOuts()
1458 << printMBBReference(*SourceMBB)); in shrinkPHI()
1470 << printMBBReference(*SourcePred)); in shrinkPHI()
1502 << printMBBReference(*LastMerge)); in replacePHI()
1512 << printMBBReference(*SourcePred)); in replacePHI()
[all …]
H A DSIFixSGPRCopies.cpp507 << printMBBReference(*MI2->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
517 << printMBBReference(*MI1->getParent()) << " " << *MI1); in hoistAndMergeSGPRInits()
535 << printMBBReference(*MI1->getParent()) << " " << *MI1 in hoistAndMergeSGPRInits()
537 << printMBBReference(*MI2->getParent()) << " to " in hoistAndMergeSGPRInits()
538 << printMBBReference(*I->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp371 LLVM_DEBUG(dbgs() << "Flags not defined in " << printMBBReference(*MBB) in findConvertibleCompare()
386 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
399 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
461 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvert()
462 << printMBBReference(*CmpBB) << " -> " in canConvert()
463 << printMBBReference(*Tail) << '\n'); in canConvert()
569 LLVM_DEBUG(dbgs() << "Merging " << printMBBReference(*CmpBB) << " into " in convert()
570 << printMBBReference(*Head) << ":\n" in convert()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp82 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB)); in enterMBB()
102 << printMBBReference(*SinglePredMBB) << "\n";); in enterMBB()
121 LLVM_DEBUG(dbgs() << "** Leaving " << printMBBReference(*MBB) << "\n";); in leaveMBB()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp100 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
101 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 << printMBBReference(*DestBB) << ", Distance " in expandBranches()
149 << printMBBReference(*MBB) << "\n"); in expandBranches()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp787 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange()
944 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater()
982 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater()
1217 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1218 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1340 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1342 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp981 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange()
1186 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater()
1224 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater()
1458 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1459 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1604 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1606 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp800 dbgs() << "Visit FI(" << printMBBReference(*PI.getParent()) << "): " << PI; in visitPHI()
817 dbgs() << " edge " << printMBBReference(*PB) << "->" in visitPHI()
818 << printMBBReference(*PI.getParent()); in visitPHI()
844 dbgs() << "Visit MI(" << printMBBReference(*MI.getParent()) << "): " << MI; in visitNonBranch()
928 dbgs() << "Visit BR(" << printMBBReference(B) << "): " << MI; in visitBranchesFrom()
944 dbgs() << " " << printMBBReference(*BT); in visitBranchesFrom()

123