reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 const Matrix &ECosts = G.getEdgeCosts(EId); 97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : 98 &G.getEdgeCosts(YXEId); 101 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : 102 &G.getEdgeCosts(ZXEId); 134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); 203 const Matrix& edgeCosts = G.getEdgeCosts(EId);include/llvm/CodeGen/RegAllocPBQP.h
314 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); 321 const MatrixMetadata& MMd = G.getEdgeCosts(EId).getMetadata(); 334 const MatrixMetadata& OldMMd = G.getEdgeCosts(EId).getMetadata();lib/CodeGen/RegAllocPBQP.cpp
494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); 900 const Matrix &M = getEdgeCosts(EId); 927 const Matrix &EdgeCosts = getEdgeCosts(EId);lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
212 PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge)); 289 PBQP::Matrix costs(G.getEdgeCosts(edge));