Searched refs:getSimpleHint (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h358 /// getSimpleHint - Return the preferred register allocation hint, or 0 if a
360 unsigned getSimpleHint(unsigned Reg) const { function in class:llvm::MachineRegisterInfo
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp81 unsigned Hint = MRI->getSimpleHint(VirtReg);
H A DRegAllocPBQP.cpp528 unsigned physReg = mri->getSimpleHint(li->reg);
H A DRegAllocGreedy.cpp451 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg))

Completed in 117 milliseconds