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

  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 91 unsigned getPRegForOption(unsigned vreg, unsigned option) const;
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 177 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const {
476 unsigned preg = problem.getPRegForOption(vreg, alloc);

Completed in 200 milliseconds