Searched refs:printMBBReference (Results 51 - 66 of 66) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp738 << " at " << printMBBReference(*MBB) << " index ");
H A DMachineOperand.cpp807 OS << printMBBReference(*getMBB());
H A DScheduleDAGInstrs.cpp1110 LLVM_DEBUG(dbgs() << "Fixup kills for " << printMBBReference(MBB) << '\n');
H A DMachineScheduler.cpp565 LLVM_DEBUG(dbgs() << MF->getName() << ":" << printMBBReference(*MBB)
816 << printMBBReference(*begin()->getParent()) << " ***\n";
1252 << printMBBReference(*begin()->getParent()) << " ***\n";
H A DRegisterCoalescer.cpp1157 << printMBBReference(*CopyLeftBB) << '\t' << CopyMI);
1175 << printMBBReference(MBB) << '\t' << CopyMI);
2673 << printMBBReference(*DefMI->getParent())
H A DLiveIntervals.cpp329 LLVM_DEBUG(dbgs() << Begin << "\t" << printMBBReference(MBB));
H A DMachineBlockPlacement.cpp586 OS << printMBBReference(*BB);
H A DRegAllocGreedy.cpp1713 LLVM_DEBUG(dbgs() << printMBBReference(*BI.MBB) << " isolated.\n");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp240 LLVM_DEBUG(dbgs() << "Checking flow pattern at " << printMBBReference(*B)
H A DHexagonExpandCondsets.cpp670 LLVM_DEBUG(dbgs() << "\nsplitting " << printMBBReference(*MI.getParent())
H A DHexagonGenInsert.cpp936 dbgs() << "visiting block " << printMBBReference(*B) << "\n";
H A DHexagonSplitDouble.cpp566 dbgs() << "For loop at " << printMBBReference(*HB) << " ind regs: ";
H A DHexagonBitSimplify.cpp3112 LLVM_DEBUG(dbgs() << "Processing loop in " << printMBBReference(*C.LB)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp2039 << printMBBReference(*begin()->getParent()) << " ***\n";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1498 << printMBBReference(*MBBtoMoveCmp)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp355 LLVM_DEBUG(dbgs() << "********** List Scheduling " << printMBBReference(*BB)

Completed in 243 milliseconds

123