Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp857 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot() local
858 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
859 OS << EdgeCosts.getRowAsVector(i) << "\\n"; in printDot()