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

/art/compiler/optimizing/
H A Dnodes.h1168 : current_(block.GetLoopInformation()) {}
1170 bool Done() const { return current_ == nullptr; }
1174 current_ = current_->GetPreHeader()->GetLoopInformation();
1179 return current_;
1183 HLoopInformation* current_; member in class:art::HLoopInformationOutwardIterator

Completed in 264 milliseconds