Lines Matching defs:use
5 * you may not use this file except in compliance with the License.
68 // ensure the resulting order is reverse post order. We could use the
358 UsePosition* use = first_use_;
361 while (use != nullptr && use->GetPosition() <= end) {
362 size_t use_position = use->GetPosition();
363 if (use_position >= start && !use->IsSynthesized()) {
364 HInstruction* user = use->GetUser();
365 size_t input_index = use->GetInputIndex();
367 // If the phi has a register, try to use the same.
396 use it.
398 Location expected = locations->InAt(use->GetInputIndex());
399 // We use the user's lifetime position - 1 (and not `use_position`) because the
411 use = use->GetNext();
419 // Try to use the same register as one of the inputs.
439 // Try to use the same register as the first input.