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 738 HInstruction* next_phi = phi->GetNext(); local
739 if (next_phi != nullptr) {
740 size_t input_count_next = next_phi->InputCount();
747 next_phi->GetId(),
784 HInstruction* next_phi = phi->GetNext(); local
    [all...]
ssa_builder.cc 630 HPhi* next_phi = next->AsPhi(); local
631 DCHECK_EQ(next_phi->GetType(), type);
632 return next_phi->IsLive() ? next_phi : nullptr;
code_generator.cc 860 HInstruction* next_phi = current_phi->GetNext(); local
    [all...]

Completed in 1823 milliseconds