Home
last modified time | relevance | path

Searched refs:PrintMB (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp110 struct PrintMB { struct
111 PrintMB(const MachineBasicBlock *B) : MB(B) {} in PrintMB() function
115 raw_ostream &operator<< (raw_ostream &OS, const PrintMB &P) { in operator <<()
145 OS << "{ SplitB:" << PrintMB(P.FP.SplitB) in operator <<()
147 << ", TrueB:" << PrintMB(P.FP.TrueB) in operator <<()
148 << ", FalseB:" << PrintMB(P.FP.FalseB) in operator <<()
149 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<()
329 LLVM_DEBUG(dbgs() << "One of blocks " << PrintMB(TB) << ", " << PrintMB(FB) in matchFlowPattern()
646 LLVM_DEBUG((L ? dbgs() << "Visiting loop H:" << PrintMB(HB) in visitLoop()
955 LLVM_DEBUG(dbgs() << "Removing block " << PrintMB(B) << "\n"); in removeBlock()
[all …]