Home
last modified time | relevance | path

Searched refs:GetReversePostOrder (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h146 const GrowableArray<HBasicBlock*>& GetReversePostOrder() const { in GetReversePostOrder() function
1596 bool Done() const { return index_ == graph_.GetReversePostOrder().Size(); } in Done()
1597 HBasicBlock* Current() const { return graph_.GetReversePostOrder().Get(index_); } in Current()
1610 : graph_(graph), index_(graph_.GetReversePostOrder().Size()) {} in HPostOrderIterator()
1613 HBasicBlock* Current() const { return graph_.GetReversePostOrder().Get(index_ - 1); } in Current()