Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HInstruction

31       for (HUseIterator<HInstruction> it(phi->GetUses()); !it.Done(); it.Advance()) {
32 HUseListNode<HInstruction>* current = it.Current();
33 HInstruction* user = current->GetUser();
48 HInstruction* input = it.Current();
60 HInstruction* current = block->GetFirstPhi();
61 HInstruction* next = nullptr;
90 HInstruction* candidate = phi->InputAt(0);
95 HInstruction* input = phi->InputAt(i);
113 for (HUseIterator<HInstruction> it(phi->GetUses()); !it.Done(); it.Advance()) {
114 HUseListNode<HInstruction>* current = it.Current();
115 HInstruction* user = current->GetUser();