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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp810 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId, function
825 OS << PrintNodeInfo(NId, *this) << ": " << Costs << '\n';
836 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / ";
837 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n";
848 << PrintNodeInfo(NId, *this) << "\\n"

Completed in 49 milliseconds