Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp441 unsigned selectOrSplitImpl(LiveInterval &, SmallVectorImpl<unsigned> &,
2730 PhysReg = selectOrSplitImpl(*LI, NewVRegs, FixedRegisters, Depth + 1); in tryRecoloringCandidates()
2762 unsigned Reg = selectOrSplitImpl(VirtReg, NewVRegs, FixedRegisters); in selectOrSplit()
3018 unsigned RAGreedy::selectOrSplitImpl(LiveInterval &VirtReg, in selectOrSplitImpl() function in RAGreedy