Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp106 SmallVectorImpl<LiveInterval*> &SplitVRegs);
115 SmallVectorImpl<LiveInterval*> &SplitVRegs);
170 SmallVectorImpl<LiveInterval*> &SplitVRegs) { in spillInterferences() argument
205 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM); in spillInterferences()
224 SmallVectorImpl<LiveInterval*> &SplitVRegs) { in selectOrSplit() argument
251 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs)) in selectOrSplit()
264 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM); in selectOrSplit()
DRegAllocBase.cpp104 VirtRegVec SplitVRegs; in allocatePhysRegs() local
105 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
129 for (VirtRegVec::iterator I = SplitVRegs.begin(), E = SplitVRegs.end(); in allocatePhysRegs()