Lines Matching defs:postorder
3228 // HGraph::Postorder and HGraph::PostorderLoopBlocks.
3233 // Postorder(block, loop_header) : {
3253 // foreach (block b in block successors) Postorder(b, outer_loop_header)
3257 // foreach (block b in block successors) Postorder(b, block)
3261 // foreach (block b in block successors) Postorder(b, loop_header)
3264 // The ordering is started calling Postorder(entry, NULL).
3523 PostorderProcessor* postorder =
3526 while (postorder) {
3527 postorder = postorder->PerformStep(zone(), &blocks_);