Lines Matching full:postorder
3706 // HGraph::Postorder and HGraph::PostorderLoopBlocks.
3711 // Postorder(block, loop_header) : {
3731 // foreach (block b in block successors) Postorder(b, outer_loop_header)
3735 // foreach (block b in block successors) Postorder(b, block)
3739 // foreach (block b in block successors) Postorder(b, loop_header)
3742 // The ordering is started calling Postorder(entry, NULL).
4001 PostorderProcessor* postorder =
4004 while (postorder) {
4005 postorder = postorder->PerformStep(zone(), &blocks_);