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

  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 66 unsigned getVRegForNode(PBQP::Graph::ConstNodeItr node) const;
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 163 unsigned PBQPRAProblem::getVRegForNode(PBQP::Graph::ConstNodeItr node) const {
528 unsigned vreg = problem.getVRegForNode(node);

Completed in 29 milliseconds