5 # Various algos below don't work with no explicit entry in CFG
8 # Also don't work with >1 entries
9 # remove_unreachable_entries(cfg)
12 remove_unreachable_nodes(cfg
)
14 # Also don't work unless there's a single exit
16 number_postorder_from_exit(cfg
)
18 cfg_infloops_exit(cfg
)
20 foreach_inst(cfg
, sub_const_to_add
)