Searched refs:use_index (Results 1 – 3 of 3) sorted by relevance
415 size_t use_index = use.GetIndex(); in VisitInstruction() local417 if ((use_index >= user_inputs.size()) || (user_inputs[use_index] != instruction)) { in VisitInstruction()430 size_t use_index = use.GetIndex(); in VisitInstruction() local431 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) { in VisitInstruction()
2386 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction() local2390 phi_it.Current()->AsPhi()->RemoveInputAt(use_index); in RemoveUsesOfDeadInstruction()
2485 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() argument2487 other->ReplaceInput(this, use_index); in ReplaceWithExceptInReplacementAtIndex()