Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h254 NodeItr nodesEnd() { return nodes.end(); } in nodesEnd() function
257 ConstNodeItr nodesEnd() const { return nodes.end(); } in nodesEnd() function
360 for (NodeItr nodeItr = nodesBegin(), nodeEnd = nodesEnd(); in printDot()
415 nEnd = other.nodesEnd(); in copyFrom()
DHeuristicBase.h133 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd(); in setup()
DHeuristicSolver.h417 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd(); in setup()
441 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd(); in disconnectTrivialNodes()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp526 nodeEnd = g.nodesEnd(); in mapPBQPToRegAlloc()