HomeSort by relevance Sort by last modified time
    Searched refs:scc_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_analysis.cc 236 scc_(graph->GetAllocator()->Adapter(kArenaAllocInductionVarAnalysis)),
308 scc_.clear();
314 scc_.push_back(x);
323 type_ = scc_[0]->GetType();
326 if (scc_.size() == 1 && !scc_[0]->IsLoopHeaderPhi()) {
327 ClassifyTrivial(loop, scc_[0]);
332 scc_.clear();
393 const size_t size = scc_.size();
400 RotateEntryPhiFirst(loop, &scc_, &other)
    [all...]
induction_var_analysis.h 264 ArenaVector<HInstruction*> scc_; member in class:art::HInductionVarAnalysis

Completed in 68 milliseconds