Home | History | Annotate | Download | only in optimizing

Lines Matching refs:input_index

742     size_t input_index = current->GetIndex();
743 user->SetRawInputAt(input_index, other);
744 other->AddUseAt(user, input_index);
750 size_t input_index = current->GetIndex();
751 user->SetRawEnvAt(input_index, other);
752 other->AddEnvUseAt(user, input_index);