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 90 unsigned getPRegForOption(unsigned vreg, unsigned option) const;
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 185 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const {
546 unsigned preg = problem.getPRegForOption(vreg, alloc);

Completed in 210 milliseconds