Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceVirtualRegisters.cpp31 MRI.clearSimpleHint(Reg); in dropRegisterHintsFromFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp279 MRI.clearSimpleHint(LI.reg()); in weightCalcHelper()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h793 void clearSimpleHint(Register VReg) { in clearSimpleHint() function