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

  /art/compiler/optimizing/
graph_checker.cc 97 if (current->GetNext() == nullptr && current != block->GetLastPhi()) {
nodes.h 563 HInstruction* GetLastPhi() const { return phis_.last_instruction_; }
    [all...]

Completed in 43 milliseconds