Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp446 MCRegister selectOrSplitImpl(LiveInterval &, SmallVectorImpl<Register> &,
2768 selectOrSplitImpl(*LI, NewVRegs, FixedRegisters, Depth + 1); in tryRecoloringCandidates()
2800 MCRegister Reg = selectOrSplitImpl(VirtReg, NewVRegs, FixedRegisters); in selectOrSplit()
3059 MCRegister RAGreedy::selectOrSplitImpl(LiveInterval &VirtReg, in selectOrSplitImpl() function in RAGreedy