Home
last modified time | relevance | path

Searched refs:use_index (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dgraph_checker.cc366 size_t use_index = use.GetIndex(); in VisitInstruction() local
367 if ((use_index >= user->InputCount()) || (user->InputAt(use_index) != instruction)) { in VisitInstruction()
380 size_t use_index = use.GetIndex(); in VisitInstruction() local
381 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) { in VisitInstruction()
Dnodes.cc1693 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction() local
1697 phi_it.Current()->AsPhi()->RemoveInputAt(use_index); in RemoveUsesOfDeadInstruction()
Dnodes.h1944 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() argument
1946 other->ReplaceInput(this, use_index); in ReplaceWithExceptInReplacementAtIndex()