Searched defs:scc (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis.cc29 ArenaVector<HInstruction*>* scc,
35 const size_t size = scc->size();
37 HInstruction* other = (*scc)[i];
48 new_scc->push_back((*scc)[phi_pos]);
52 scc->swap(*new_scc);
28 RotateEntryPhiFirst(HLoopInformation* loop, ArenaVector<HInstruction*>* scc, ArenaVector<HInstruction*>* new_scc) argument

Completed in 71 milliseconds