Searched refs:TryReuseSpillForPhi (Results 1 – 2 of 2) sorted by relevance
1480 bool TryReuseSpillForPhi(TopLevelLiveRange* range);
3844 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()4482 bool LinearScanAllocator::TryReuseSpillForPhi(TopLevelLiveRange* range) { in TryReuseSpillForPhi() function in v8::internal::compiler::LinearScanAllocator