Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc2220 UsePosition* from_use = in ProcessInstructions() local
2227 if (to_use != nullptr && from_use != nullptr) { in ProcessInstructions()
2228 to_use->ResolveHint(from_use); in ProcessInstructions()
2229 from_use->ResolveHint(to_use); in ProcessInstructions()
2232 DCHECK_IMPLIES(from_use != nullptr, from_use->IsResolved()); in ProcessInstructions()
2234 if (phi_vreg != -1) ResolvePhiHint(&from, from_use); in ProcessInstructions()