Home
last modified time | relevance | path

Searched refs:ConstNodeItr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h40 typedef NodeList::const_iterator ConstNodeItr; typedef
112 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()
DSolution.h30 typedef std::map<Graph::ConstNodeItr, unsigned,
84 unsigned getSelection(Graph::ConstNodeItr nItr) const { in getSelection()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h66 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;
94 typedef std::map<PBQP::Graph::ConstNodeItr, unsigned,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp163 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const { in getVRegForNode()
525 for (PBQP::Graph::ConstNodeItr node = g.nodesBegin(), in mapPBQPToRegAlloc()