Searched refs:new_scc (Results 1 – 1 of 1) sorted by relevance
30 ArenaVector<HInstruction*>* new_scc) { in RotateEntryPhiFirst() argument46 new_scc->clear(); in RotateEntryPhiFirst()48 new_scc->push_back((*scc)[phi_pos]); in RotateEntryPhiFirst()51 DCHECK_EQ(size, new_scc->size()); in RotateEntryPhiFirst()52 scc->swap(*new_scc); in RotateEntryPhiFirst()