Home
last modified time | relevance | path

Searched refs:isSpillOption (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h76 return !isSpillOption(vreg, option); in isPRegOption()
81 bool isSpillOption(unsigned vreg, unsigned option) const { in isSpillOption() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp536 } else if (problem.isSpillOption(vreg, alloc)) { in mapPBQPToRegAlloc()