Home
last modified time | relevance | path

Searched refs:addRegAllocationHint (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp287 MRI.addRegAllocationHint(LI.reg(), Hint.Reg); in weightCalcHelper()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp265 DstMRI->addRegAllocationHint(NewReg, PrefReg); in cloneMF()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h782 void addRegAllocationHint(Register VReg, Register PrefReg) { in addRegAllocationHint() function