Searched refs:equivalent (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_builder.cc76 << "More then one phi equivalent with type " << phi->GetType()
92 // If the phi equivalent is dead, check if there is another one.
99 // We found a live phi equivalent. Update the environment uses of `phi` with it.
184 // generate a suitably typed equivalent.
185 HInstruction* equivalent = (common_type == Primitive::kPrimNot) local
188 if (equivalent == nullptr) {
194 DCHECK_NE(input, equivalent);
196 phi->ReplaceInput(equivalent, i);
197 if (equivalent->IsPhi()) {
198 worklist->push_back(equivalent
290 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet( local
378 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); local
659 HArrayGet* equivalent = FindFloatOrDoubleEquivalentOfArrayGet(aget); local
[all...]

Completed in 33 milliseconds