Home | History | Annotate | Download | only in optimizing

Lines Matching defs:GetLoopInformation

864     HLoopInformation* loop_info = GetLoopInformation();
1067 return GetPredecessors()[0] == GetLoopInformation()->GetPreHeader();
1072 return GetLoopInformation()->IsBackEdge(*GetPredecessors()[0]);
1075 HLoopInformation* GetLoopInformation() const {
1168 : current_(block.GetLoopInformation()) {}
1174 current_ = current_->GetPreHeader()->GetLoopInformation();
1798 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible();