Searched refs:PrintMB (Results 1 – 1 of 1) sorted by relevance
110 struct PrintMB { struct111 PrintMB(const MachineBasicBlock *B) : MB(B) {} in PrintMB() function115 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()644 LLVM_DEBUG((L ? dbgs() << "Visiting loop H:" << PrintMB(HB) in visitLoop()761 LLVM_DEBUG(dbgs() << "Predicating block " << PrintMB(FromB) << "\n"); in predicateBlockNB()[all …]