Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc415 size_t use_index = use.GetIndex(); in VisitInstruction() local
417 if ((use_index >= user_inputs.size()) || (user_inputs[use_index] != instruction)) { in VisitInstruction()
430 size_t use_index = use.GetIndex(); in VisitInstruction() local
431 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) { in VisitInstruction()
Dnodes.cc2114 size_t use_index = use.GetIndex(); in RemoveUsesOfDeadInstruction() local
2118 phi_it.Current()->AsPhi()->RemoveInputAt(use_index); in RemoveUsesOfDeadInstruction()
Dnodes.h2365 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex() argument
2367 other->ReplaceInput(this, use_index); in ReplaceWithExceptInReplacementAtIndex()