Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.cc30 ArenaVector<HInstruction*>* new_scc) { in RotateEntryPhiFirst() argument
46 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()