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

  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 74 bool isPRegOption(unsigned vreg, unsigned option) const {
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 183 assert(isPRegOption(vreg, option) && "Not a preg option.");
486 if (problem.isPRegOption(vreg, alloc)) {

Completed in 22 milliseconds