Searched defs:defined_by (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc493 HInstruction* defined_by = GetParent()->GetDefinedBy(); local
494 if (defined_by->IsConstant()) {
495 return defined_by->GetLocations()->Out();
H A Dregister_allocator.cc486 HInstruction* defined_by = current->GetParent()->GetDefinedBy(); local
489 && !(defined_by != nullptr && defined_by->IsParameterValue())) {
518 if (defined_by != nullptr) {
519 message << "(" << defined_by->DebugName() << ")";
683 // The interval becomes inactive at `defined_by`. We make its register
684 // available only until the next use strictly after `defined_by`.
713 HInstruction* defined_by = current->GetDefinedBy(); local
714 if (defined_by != nullptr && !current->IsSplit()) {
715 LocationSummary* locations = defined_by
1210 HInstruction* defined_by = parent->GetDefinedBy(); local
[all...]

Completed in 6 milliseconds