Searched refs:loop_information_ (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dnodes.h819 loop_information_(nullptr),
871 if (loop_information_ == nullptr) {
872 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
874 DCHECK_EQ(loop_information_->GetHeader(), this);
875 loop_information_->AddBackEdge(back_edge);
900 return IsLoopHeader() ? loop_information_->NumberOfBackEdges() : 0;
1062 return IsInLoop() && (loop_information_->GetHeader() == this);
1076 return loop_information_;
1079 // Set the loop_information_ on this block. Overrides the current
1086 loop_information_
1147 HLoopInformation* loop_information_; member in class:art::HBasicBlock
[all...]

Completed in 34 milliseconds