Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp934 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot() local
935 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
936 OS << EdgeCosts.getRowAsVector(i) << "\\n"; in printDot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp927 const Matrix &EdgeCosts = getEdgeCosts(EId); in printDot() local
928 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
929 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()