Searched refs:PrintMB (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 95 struct PrintMB { struct 96 PrintMB(const MachineBasicBlock *B) : MB(B) {} in PrintMB() function 99 raw_ostream &operator<< (raw_ostream &OS, const PrintMB &P) { in operator <<() 125 OS << "{ SplitB:" << PrintMB(P.FP.SplitB) in operator <<() 127 << ", TrueB:" << PrintMB(P.FP.TrueB) << ", FalseB:" in operator <<() 128 << PrintMB(P.FP.FalseB) in operator <<() 129 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<() 301 DEBUG(dbgs() << "One of blocks " << PrintMB(TB) << ", " << PrintMB(FB) in matchFlowPattern() 599 DEBUG((L ? dbgs() << "Visiting loop H:" << PrintMB(HB) in visitLoop() 758 DEBUG(dbgs() << "Predicating block " << PrintMB(FromB) << "\n"); in predicateBlockNB() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 111 struct PrintMB { struct 112 PrintMB(const MachineBasicBlock *B) : MB(B) {} in PrintMB() function 116 raw_ostream &operator<< (raw_ostream &OS, const PrintMB &P) { in operator <<() 146 OS << "{ SplitB:" << PrintMB(P.FP.SplitB) in operator <<() 148 << ", TrueB:" << PrintMB(P.FP.TrueB) in operator <<() 149 << ", FalseB:" << PrintMB(P.FP.FalseB) in operator <<() 150 << ", 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() 765 LLVM_DEBUG(dbgs() << "Predicating block " << PrintMB(FromB) << "\n"); in predicateBlockNB() [all …]
|