Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpost_opt_passes.cc99 ChildBlockIterator child_iter(bb, mir_graph); in Start()
Ddataflow_iterator-inl.h131 ChildBlockIterator iter(bb, mir_graph_); in Next()
Dmir_graph.cc1568 ChildBlockIterator child_iter(current_bb, mir_graph); in SelectTopologicalSortOrderFallBack()
1757 ChildBlockIterator succIter(bb, this); in ComputeTopologicalSortOrder()
1808 ChildBlockIterator::ChildBlockIterator(BasicBlock* bb, MIRGraph* mir_graph) in ChildBlockIterator() function in art::ChildBlockIterator
1818 BasicBlock* ChildBlockIterator::Next() { in Next()
2059 ChildBlockIterator successorChildIter(this, mir_graph); in Hide()
Dmir_graph.h494 class ChildBlockIterator {
501 ChildBlockIterator(BasicBlock* bb, MIRGraph* mir_graph);