Searched refs:iterate_preorder (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp329 void iterate_preorder (BlockClosure* closure);
349 hir->iterate_preorder(this);
353 block->iterate_preorder(this);
H A Dc1_Instruction.cpp710 void BlockBegin::iterate_preorder(boolArray& mark, BlockClosure* closure) { function in class:BlockBegin
715 { for (int i = number_of_exception_handlers() - 1; i >= 0; i--) exception_handler_at(i)->iterate_preorder(mark, closure); }
716 { for (int i = e->number_of_sux () - 1; i >= 0; i--) e->sux_at (i)->iterate_preorder(mark, closure); }
732 void BlockBegin::iterate_preorder(BlockClosure* closure) { function in class:BlockBegin
735 iterate_preorder(mark, closure);
H A Dc1_IR.cpp357 iterate_preorder(&cef);
1198 void IR::iterate_preorder(BlockClosure* closure) { function in class:IR
1200 start()->iterate_preorder(closure);
1242 start->iterate_preorder(&bp);
1273 hir->start()->iterate_preorder(this);
H A Dc1_CFGPrinter.cpp318 blocks->iterate_preorder(&print_block);
H A Dc1_Optimizer.cpp52 _hir->iterate_preorder(this);
319 _hir->iterate_preorder(this);
H A Dc1_Instruction.hpp1642 void iterate_preorder (boolArray& mark, BlockClosure* closure);
1800 void iterate_preorder (BlockClosure* closure);
H A Dc1_GraphBuilder.cpp2504 start->iterate_preorder(this);

Completed in 189 milliseconds