Home | History | Annotate | Download | only in src

Lines Matching refs:postorder

3540 // HGraph::Postorder and HGraph::PostorderLoopBlocks.
3545 // Postorder(block, loop_header) : {
3565 // foreach (block b in block successors) Postorder(b, outer_loop_header)
3569 // foreach (block b in block successors) Postorder(b, block)
3573 // foreach (block b in block successors) Postorder(b, loop_header)
3576 // The ordering is started calling Postorder(entry, NULL).
3835 PostorderProcessor* postorder =
3838 while (postorder) {
3839 postorder = postorder->PerformStep(zone(), &blocks_);