Searched defs:getPhys (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DVirtRegMap.h93 return getPhys(virtReg) != NO_PHYS_REG;
98 unsigned getPhys(unsigned virtReg) const { function in class:llvm::VirtRegMap
134 return getPhys(VirtReg) == getRegAllocPref(VirtReg);

Completed in 30 milliseconds