20#ifndef GCC_TREE_CFGCLEANUP_H
21#define GCC_TREE_CFGCLEANUP_H
struct basic_block_def * basic_block
Definition coretypes.h:355
class edge_def * edge
Definition coretypes.h:352
class bitmap_head * bitmap
Definition coretypes.h:51
Definition function.h:249
bitmap cfgcleanup_altered_bbs
Definition tree-cfgcleanup.cc:59
unsigned clean_up_loop_closed_phi(function *)
Definition tree-ssa-propagate.cc:1255
bool phi_alternatives_equal(basic_block, edge, edge)
Definition tree-cfgcleanup.cc:493
bool cleanup_tree_cfg(unsigned=0)
Definition tree-cfgcleanup.cc:1242
bool fixup_noreturn_call(gimple *stmt)
Definition tree-cfgcleanup.cc:725
bool canonicalize_bool_cond(gcond *stmt, basic_block bb)
Definition tree-cfgcleanup.cc:129
bool delete_unreachable_blocks_update_callgraph(cgraph_node *dst_node, bool update_clones)
Definition tree-cfgcleanup.cc:1649