Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h1078 bool TryReuseSpillForPhi(TopLevelLiveRange* range);
Dregister-allocator.cc2798 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()
3377 bool LinearScanAllocator::TryReuseSpillForPhi(TopLevelLiveRange* range) { in TryReuseSpillForPhi() function in v8::internal::compiler::LinearScanAllocator