Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:graph

21 #include "llvm/CodeGen/PBQP/Graph.h"
44 PBQP::Graph& getGraph() { return graph; }
46 const PBQP::Graph& getGraph() const { return graph; }
55 void recordVReg(unsigned vreg, PBQP::Graph::NodeItr node,
67 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;
70 PBQP::Graph::NodeItr getNodeForVReg(unsigned vreg) const;
95 typedef std::map<PBQP::Graph::ConstNodeItr, unsigned,
97 typedef DenseMap<unsigned, PBQP::Graph::NodeItr> VReg2Node;
100 PBQP::Graph graph;