HomeSort by relevance Sort by last modified time
    Searched refs:AddInput (Results 1 - 9 of 9) sorted by null

  /art/compiler/optimizing/
bounds_check_elimination_test.cc 413 phi->AddInput(constant_initial);
428 phi->AddInput(add);
549 phi->AddInput(array_length);
565 phi->AddInput(add);
673 phi->AddInput(constant_initial);
687 phi->AddInput(add);
791 phi->AddInput(constant_initial);
810 phi->AddInput(add);
    [all...]
register_allocator_test.cc 504 (*phi)->AddInput(*input1);
505 (*phi)->AddInput(*input2);
807 user->AddInput(one);
    [all...]
ssa_builder.cc 246 phi->AddInput(input);
nodes.cc 769 void HPhi::AddInput(HInstruction* input) {
    [all...]
nodes.h     [all...]
  /external/v8/src/
hydrogen-escape-analysis.cc 120 phi->AddInput(incoming_value);
hydrogen-instructions.h     [all...]
hydrogen.cc 348 phis_[i]->AddInput(incoming_env->values()->at(i));
    [all...]
hydrogen-instructions.cc     [all...]

Completed in 1068 milliseconds