Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp102 unsigned selectOrSplit(LiveInterval &VirtReg,
220 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RABasic
DRegAllocBase.h93 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
DRegAllocBase.cpp110 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
DRegAllocGreedy.cpp329 unsigned selectOrSplit(LiveInterval&, SmallVectorImpl<unsigned>&) override;
2208 unsigned RAGreedy::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy