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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h137 HLoopInformation* GetLoopInformation() const { function in class:art::UsePosition
138 return user_->GetBlock()->GetLoopInformation();
1067 DCHECK_EQ(current, block_at_use.GetLoopInformation());
1263 if (!block.IsLoopHeader() || !block.GetLoopInformation()->IsIrreducible()) {
H A Dnodes.h957 HLoopInformation* loop_info = GetLoopInformation();
1162 return GetPredecessors()[0] == GetLoopInformation()->GetPreHeader();
1167 return GetLoopInformation()->IsBackEdge(*GetPredecessors()[0]);
1170 HLoopInformation* GetLoopInformation() const { function in class:art::HBasicBlock
1263 : current_(block.GetLoopInformation()) {}
1269 current_ = current_->GetPreHeader()->GetLoopInformation();
1908 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible();

Completed in 50 milliseconds