Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.h317 MCRegister selectOrSplitImpl(const LiveInterval &,
H A DRegAllocGreedy.cpp2016 MCRegister PhysReg = selectOrSplitImpl(*LI, NewVRegs, FixedRegisters, in tryRecoloringCandidates()
2051 selectOrSplitImpl(VirtReg, NewVRegs, FixedRegisters, RecolorStack); in selectOrSplit()
2309 MCRegister RAGreedy::selectOrSplitImpl(const LiveInterval &VirtReg, in selectOrSplitImpl() function in RAGreedy