Home
last modified time | relevance | path

Searched refs:getVRegForNode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h66 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp163 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const { in getVRegForNode() function in PBQPRAProblem
528 unsigned vreg = problem.getVRegForNode(node); in mapPBQPToRegAlloc()