Searched defs:use_index (Results 1 - 3 of 3) sorted by path

/art/compiler/optimizing/
H A Dgraph_checker.cc385 size_t use_index = use.GetIndex(); local
387 if ((use_index >= user_inputs.size()) || (user_inputs[use_index] != instruction)) {
400 size_t use_index = use.GetIndex(); local
401 if ((use_index >= user->Size()) || (user->GetInstructionAt(use_index) != instruction)) {
H A Dnodes.cc2068 size_t use_index = use.GetIndex(); local
2072 phi_it.Current()->AsPhi()->RemoveInputAt(use_index);
H A Dnodes.h2209 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { argument
2211 other->ReplaceInput(this, use_index);

Completed in 72 milliseconds