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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp110 struct PrintMB { struct in namespace:__anon4117
111 PrintMB(const MachineBasicBlock *B) : MB(B) {} function in struct:__anon4117::PrintMB
115 raw_ostream &operator<< (raw_ostream &OS, const PrintMB &P) {
145 OS << "{ SplitB:" << PrintMB(P.FP.SplitB)
147 << ", TrueB:" << PrintMB(P.FP.TrueB)
148 << ", FalseB:" << PrintMB(P.FP.FalseB)
149 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }";
329 LLVM_DEBUG(dbgs() << "One of blocks " << PrintMB(TB) << ", " << PrintMB(FB)
646 LLVM_DEBUG((L ? dbgs() << "Visiting loop H:" << PrintMB(H
[all...]

Completed in 141 milliseconds