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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h41 const Matrix &ECosts = G.getEdgeCosts(EId);
95 new Matrix(G.getEdgeCosts(YXEId).transpose()) :
96 &G.getEdgeCosts(YXEId);
99 new Matrix(G.getEdgeCosts(ZXEId).transpose()) :
100 &G.getEdgeCosts(ZXEId);
132 const Matrix &YZECosts = G.getEdgeCosts(YZEId);
173 const Matrix& edgeCosts = G.getEdgeCosts(EId);
H A DRegAllocSolver.h179 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
194 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata();
H A DGraph.h443 const Matrix& getEdgeCosts(EdgeId EId) const { return *getEdge(EId).Costs; } function in class:PBQP::Graph
601 const Matrix& M = getEdgeCosts(EId);
630 const Matrix &EdgeCosts = getEdgeCosts(EId);
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp377 PBQP::Matrix costs(g.getEdgeCosts(edge));

Completed in 126 milliseconds