reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/PBQP/Graph.h
  103       EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs)
  152       MatrixPtr Costs;
  414       MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
  509       MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
  523     const MatrixPtr& getEdgeCostsPtr(EdgeId EId) const {
lib/CodeGen/RegAllocPBQP.cpp
  219   using IMatrixCache = DenseMap<IKey, PBQPRAGraph::MatrixPtr>;