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