Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2321 UsePosition* from_use = Use(block_start_position, curr_position, &from, in ProcessInstructions() local
2334 from_use->set_spill_detrimental(); in ProcessInstructions()
2337 if (to_use != nullptr && from_use != nullptr) { in ProcessInstructions()
2338 to_use->ResolveHint(from_use); in ProcessInstructions()
2339 from_use->ResolveHint(to_use); in ProcessInstructions()
2342 DCHECK_IMPLIES(from_use != nullptr, from_use->IsResolved()); in ProcessInstructions()
2344 if (phi_vreg != -1) ResolvePhiHint(&from, from_use); in ProcessInstructions()