Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc2291 UsePosition* to_use = nullptr; in ProcessInstructions() local
2309 to_use = 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()
2341 DCHECK_IMPLIES(to_use != nullptr, to_use->IsResolved()); in ProcessInstructions()