Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp810 class PrintNodeInfo { class
815 PrintNodeInfo(NodeId NId, const Graph &G) : G(G), NId(NId) {} in PrintNodeInfo() function in __anon4cb6f5b20211::PrintNodeInfo
830 inline raw_ostream &operator<<(raw_ostream &OS, const PrintNodeInfo &PR) { in operator <<()
840 OS << PrintNodeInfo(NId, *this) << ": " << Costs << '\n'; in dump()
851 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump()
852 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
863 << PrintNodeInfo(NId, *this) << "\\n" in printDot()