Home
last modified time | relevance | path

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

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