Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1480 bool TryReuseSpillForPhi(TopLevelLiveRange* range);
Dregister-allocator.cc3844 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()
4482 bool LinearScanAllocator::TryReuseSpillForPhi(TopLevelLiveRange* range) { in TryReuseSpillForPhi() function in v8::internal::compiler::LinearScanAllocator