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()
2114 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction() local2118 phi_it.Current()->AsPhi()->RemoveInputAt(use_index); in RemoveUsesOfDeadInstruction()
2365 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() argument2367 other->ReplaceInput(this, use_index); in ReplaceWithExceptInReplacementAtIndex()