Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h73 static Register copyHint(const MachineInstr *MI, unsigned Reg,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCalcSpillWeights.cpp46 Register VirtRegAuxInfo::copyHint(const MachineInstr *MI, unsigned Reg, in copyHint() function in VirtRegAuxInfo
263 Register HintReg = copyHint(MI, LI.reg(), TRI, MRI); in weightCalcHelper()
DMLRegallocEvictAdvisor.cpp815 if (MI->isCopy() && VirtRegAuxInfo::copyHint(MI, LI.reg(), TRI, *MRI)) in getLIFeatureComponents()