Searched refs:GetLastPhi (Results 1 – 2 of 2) sorted by relevance
169 if (current->GetNext() == nullptr && current != block->GetLastPhi()) { in VisitBasicBlock()
1077 HInstruction* GetLastPhi() const { return phis_.last_instruction_; } in GetLastPhi() function