Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc4493 size_t spilled_count = 0; in TryReuseSpillForPhi() local
4508 spilled_count++; in TryReuseSpillForPhi()
4514 if (spilled_count * 2 <= phi->operands().size()) { in TryReuseSpillForPhi()