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

/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp166 // Spill or split all live virtual registers currently unified under PhysReg
192 // Spill each interfering vreg allocated to PhysReg or an alias.
194 LiveInterval &Spill = *Intfs[i]; local
197 if (!VRM->hasPhys(Spill.reg))
202 Matrix->unassign(Spill);
204 // Spill the extracted interval.
205 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
/external/v8/src/
H A Dlithium-allocator.cc1538 Spill(current);
1850 Spill(current);
1904 // Spill starting part of live range up to that use.
2053 Spill(second_part);
2075 Spill(second_part);
2085 void LAllocator::Spill(LiveRange* range) { function in class:LAllocator

Completed in 70 milliseconds