Home
last modified time | relevance | path

Searched refs:GetLastPhi (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dgraph_checker.cc170 if (current->GetNext() == nullptr && current != block->GetLastPhi()) { in VisitBasicBlock()
Dnodes.h1150 HInstruction* GetLastPhi() const { return phis_.last_instruction_; } in GetLastPhi() function