public class ReversePostOrder extends AbstractBlockOrder
BlockOrder,
DepthFirstSearch,
CFG,
BasicBlock| Constructor and Description |
|---|
ReversePostOrder(CFG cfg,
DepthFirstSearch dfs)
Constructor.
|
public ReversePostOrder(CFG cfg, DepthFirstSearch dfs)
cfg - the CFG for the methoddfs - the DepthFirstSearch on the methodCopyright © 2003–2015. All rights reserved.