Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc3416 SpillRange* first_op_spill = first_op->TopLevel()->GetSpillRange(); in TryReuseSpillForPhi() local
3423 if (op_spill == first_op_spill || first_op_spill->TryMerge(op_spill)) { in TryReuseSpillForPhi()
3431 AreUseIntervalsIntersecting(first_op_spill->interval(), in TryReuseSpillForPhi()
3446 bool merged = first_op_spill->TryMerge(spill_range); in TryReuseSpillForPhi()
3455 bool merged = first_op_spill->TryMerge(spill_range); in TryReuseSpillForPhi()