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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h597 /// setRegAllocationHint - Specify a register allocation hint for the
599 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) { function in class:llvm::MachineRegisterInfo
608 setRegAllocationHint(VReg, /*Type=*/0, PrefReg);

Completed in 3870 milliseconds