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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h604 /// getRegAllocationHint - Return the register allocation hint for the
607 getRegAllocationHint(unsigned Reg) const { function in class:llvm::MachineRegisterInfo
614 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg);

Completed in 59 milliseconds