Searched refs:from_use (Results 1 – 1 of 1) sorted by relevance
2177 UsePosition* from_use = in ProcessInstructions() local2184 if (to_use != nullptr && from_use != nullptr) { in ProcessInstructions()2185 to_use->ResolveHint(from_use); in ProcessInstructions()2186 from_use->ResolveHint(to_use); in ProcessInstructions()2189 DCHECK_IMPLIES(from_use != nullptr, from_use->IsResolved()); in ProcessInstructions()2191 if (phi_vreg != -1) ResolvePhiHint(&from, from_use); in ProcessInstructions()