Searched refs:ConstNodeItr (Results 1 – 4 of 4) sorted by relevance
40 typedef NodeList::const_iterator ConstNodeItr; typedef112 const NodeEntry& getNode(ConstNodeItr nItr) const { return *nItr; } in getNode()200 const Vector& getNodeCosts(ConstNodeItr nItr) const { in getNodeCosts()251 ConstNodeItr nodesBegin() const { return nodes.begin(); } in nodesBegin()257 ConstNodeItr nodesEnd() const { return nodes.end(); } in nodesEnd()394 bool operator()(Graph::ConstNodeItr n1, Graph::ConstNodeItr n2) const { in operator()411 std::map<Graph::ConstNodeItr, Graph::NodeItr, in copyFrom()414 for (Graph::ConstNodeItr nItr = other.nodesBegin(), in copyFrom()
30 typedef std::map<Graph::ConstNodeItr, unsigned,84 unsigned getSelection(Graph::ConstNodeItr nItr) const { in getSelection()
66 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;94 typedef std::map<PBQP::Graph::ConstNodeItr, unsigned,
163 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const { in getVRegForNode()525 for (PBQP::Graph::ConstNodeItr node = g.nodesBegin(), in mapPBQPToRegAlloc()