Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddataflow_iterator.h369 class LoopRepeatingTopologicalSortIterator : public DataflowIterator {
375 explicit LoopRepeatingTopologicalSortIterator(MIRGraph* mir_graph) in LoopRepeatingTopologicalSortIterator() function
387 ~LoopRepeatingTopologicalSortIterator() { in ~LoopRepeatingTopologicalSortIterator()
Ddataflow_iterator-inl.h142 inline BasicBlock* LoopRepeatingTopologicalSortIterator::Next(bool had_change) { in Next()
Dpass_driver_me.h77 DoWalkBasicBlocks<LoopRepeatingTopologicalSortIterator>(&pass_me_data_holder_, me_pass); in DispatchPass()
Dmir_graph_test.cc435 LoopRepeatingTopologicalSortIterator iter(cu_.mir_graph.get()); in TEST_F()
Dglobal_value_numbering_test.cc303 DoPerformGVN<LoopRepeatingTopologicalSortIterator>(); in PerformGVN()
Dgvn_dead_code_elimination_test.cc361 LoopRepeatingTopologicalSortIterator iterator(cu_.mir_graph.get()); in PerformGVN()