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