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

References

include/llvm/CodeGen/PBQP/ReductionRules.h
   79     using RawMatrix = typename GraphT::RawMatrix;
lib/CodeGen/RegAllocPBQP.cpp
  413     PBQPRAGraph::RawMatrix M(NRegs.size() + 1, MRegs.size() + 1, 0);
  485             PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1,
  494             PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId));
  505                     PBQPRAGraph::RawMatrix &CostMat,
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
  190     PBQPRAGraph::RawMatrix costs(vRdAllowed->size() + 1,
  212   PBQPRAGraph::RawMatrix costs(G.getEdgeCosts(edge));