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

  /art/compiler/optimizing/
ssa_phi_elimination.cc 60 HInstruction* current = block->GetFirstPhi();
register_allocator_test.cc 308 HPhi* phi = loop_header->GetFirstPhi()->AsPhi();
nodes.h 306 HInstruction* GetFirstPhi() const { return phis_.first_instruction_; }
    [all...]

Completed in 42 milliseconds