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

  /art/compiler/optimizing/
graph_checker.cc 745 HInstruction* next_phi = phi->GetNext(); local
746 if (next_phi != nullptr) {
747 size_t input_count_next = next_phi->InputCount();
754 next_phi->GetId(),
791 HInstruction* next_phi = phi->GetNext(); local
    [all...]
ssa_builder.cc 633 HPhi* next_phi = next->AsPhi(); local
634 DCHECK_EQ(next_phi->GetType(), type);
635 return next_phi->IsLive() ? next_phi : nullptr;
code_generator.cc 923 HInstruction* next_phi = current_phi->GetNext(); local
    [all...]

Completed in 785 milliseconds