Searched refs:from_use (Results 1 – 1 of 1) sorted by relevance
2321 UsePosition* from_use = Use(block_start_position, curr_position, &from, in ProcessInstructions() local2334 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()