Searched refs:Spill (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp165 // Spill or split all live virtual registers currently unified under PhysReg
191 // Spill each interfering vreg allocated to PhysReg or an alias.
193 LiveInterval &Spill = *Intfs[i]; local
196 if (!VRM->hasPhys(Spill.reg))
201 Matrix->unassign(Spill);
203 // Spill the extracted interval.
204 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);

Completed in 87 milliseconds