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

References

include/llvm/CodeGen/PBQP/Graph.h
   68       NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {}
   94       VectorPtr Costs;
  377       VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
  467       VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs));
  481     const VectorPtr& getNodeCostsPtr(NodeId NId) const {