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

/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp167 // Spill or split all live virtual registers currently unified under PhysReg
193 // Spill each interfering vreg allocated to PhysReg or an alias.
195 LiveInterval &Spill = *Intfs[i]; local
198 if (!VRM->hasPhys(Spill.reg))
203 Matrix->unassign(Spill);
205 // Spill the extracted interval.
206 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc1551 Spill(current);
1861 Spill(current);
1915 // Spill starting part of live range up to that use.
2104 Spill(second_part);
2135 Spill(second_part);
2145 void LAllocator::Spill(LiveRange* range) { function in class:LAllocator
/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 96 milliseconds