HomeSort by relevance Sort by last modified time
    Searched refs:ConstNodeItr (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
Solution.h 29 typedef std::map<Graph::ConstNodeItr, unsigned,
83 unsigned getSelection(Graph::ConstNodeItr nItr) const {
Graph.h 41 typedef NodeList::const_iterator ConstNodeItr;
117 const NodeEntry& getNode(ConstNodeItr nItr) const { return *nItr; }
205 const Vector& getNodeCosts(ConstNodeItr nItr) const {
256 ConstNodeItr nodesBegin() const { return nodes.begin(); }
262 ConstNodeItr nodesEnd() const { return nodes.end(); }
436 bool operator()(Graph::ConstNodeItr n1, Graph::ConstNodeItr n2) const {
453 std::map<Graph::ConstNodeItr, Graph::NodeItr,
456 for (Graph::ConstNodeItr nItr = other.nodesBegin(),
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 67 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;
95 typedef std::map<PBQP::Graph::ConstNodeItr, unsigned,
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 161 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const {
480 for (PBQP::Graph::ConstNodeItr node = g.nodesBegin(),

Completed in 109 milliseconds