Searched refs:use_index (Results 1 – 3 of 3) sorted by relevance
366 size_t use_index = use.GetIndex(); in VisitInstruction() local367 if ((use_index >= user->InputCount()) || (user->InputAt(use_index) != instruction)) { in VisitInstruction()380 size_t use_index = use.GetIndex(); in VisitInstruction() local381 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) { in VisitInstruction()
1693 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction() local1697 phi_it.Current()->AsPhi()->RemoveInputAt(use_index); in RemoveUsesOfDeadInstruction()
1944 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() argument1946 other->ReplaceInput(this, use_index); in ReplaceWithExceptInReplacementAtIndex()