Searched defs:SplitVRegs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocBase.cpp104 VirtRegVec SplitVRegs; local
105 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs);
129 for (VirtRegVec::iterator I = SplitVRegs.begin(), E = SplitVRegs.end();
H A DRegAllocBasic.cpp105 SmallVectorImpl<LiveInterval*> &SplitVRegs);
114 SmallVectorImpl<LiveInterval*> &SplitVRegs);
169 // returned by appending them to SplitVRegs.
171 SmallVectorImpl<LiveInterval*> &SplitVRegs) {
206 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
225 SmallVectorImpl<LiveInterval*> &SplitVRegs) {
252 if (!spillInterferences(VirtReg, *PhysRegI, SplitVRegs))
265 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM);
170 spillInterferences(LiveInterval &VirtReg, unsigned PhysReg, SmallVectorImpl<LiveInterval*> &SplitVRegs) argument
224 selectOrSplit(LiveInterval &VirtReg, SmallVectorImpl<LiveInterval*> &SplitVRegs) argument

Completed in 75 milliseconds