Searched refs:getPRegForOption (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h91 unsigned getPRegForOption(unsigned vreg, unsigned option) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp181 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const { function in class:PBQPRAProblem
485 unsigned preg = problem.getPRegForOption(vreg, alloc);

Completed in 84 milliseconds