Home
last modified time | relevance | path

Searched refs:selectOrSplitImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocGreedy.h315 MCRegister selectOrSplitImpl(const LiveInterval &,
HDRegAllocGreedy.cpp2114 MCRegister PhysReg = selectOrSplitImpl(*LI, NewVRegs, FixedRegisters, in tryRecoloringCandidates()
2149 selectOrSplitImpl(VirtReg, NewVRegs, FixedRegisters, RecolorStack); in selectOrSplit()
2408 MCRegister RAGreedy::selectOrSplitImpl(const LiveInterval &VirtReg, in selectOrSplitImpl() function in RAGreedy