Home | History | Annotate | Download | only in optimizing

Lines Matching refs:this_index

1728     size_t this_index = successor->GetPredecessorIndexOf(this);
1729 successor->predecessors_.erase(successor->predecessors_.begin() + this_index);
1745 phi->ReplaceWith(phi->InputAt(1 - this_index));
1750 phi_it.Current()->AsPhi()->RemoveInputAt(this_index);