Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp928 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot() local
929 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
930 OS << EdgeCosts.getRowAsVector(i) << "\\n"; in printDot()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp876 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot() local
877 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
878 OS << EdgeCosts.getRowAsVector(i) << "\\n"; in printDot()