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