Lines Matching defs:postorder
2950 // HGraph::Postorder and HGraph::PostorderLoopBlocks.
2955 // Postorder(block, loop_header) : {
2975 // foreach (block b in block successors) Postorder(b, outer_loop_header)
2979 // foreach (block b in block successors) Postorder(b, block)
2983 // foreach (block b in block successors) Postorder(b, loop_header)
2986 // The ordering is started calling Postorder(entry, NULL).
3250 PostorderProcessor* postorder =
3252 while (postorder != NULL) {
3253 postorder = postorder->PerformStep(zone(), &visited, &reverse_result);