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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
Solution.h 30 typedef std::map<Graph::ConstNodeItr, unsigned,
84 unsigned getSelection(Graph::ConstNodeItr nItr) const {
Graph.h 40 typedef NodeList::const_iterator ConstNodeItr;
112 const NodeEntry& getNode(ConstNodeItr nItr) const { return *nItr; }
200 const Vector& getNodeCosts(ConstNodeItr nItr) const {
251 ConstNodeItr nodesBegin() const { return nodes.begin(); }
257 ConstNodeItr nodesEnd() const { return nodes.end(); }
394 bool operator()(Graph::ConstNodeItr n1, Graph::ConstNodeItr n2) const {
411 std::map<Graph::ConstNodeItr, Graph::NodeItr,
414 for (Graph::ConstNodeItr nItr = other.nodesBegin(),
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocPBQP.h 66 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;
94 typedef std::map<PBQP::Graph::ConstNodeItr, unsigned,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 163 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const {
525 for (PBQP::Graph::ConstNodeItr node = g.nodesBegin(),

Completed in 117 milliseconds