20#ifndef GCC_TREE_SSA_DSE_H
21#define GCC_TREE_SSA_DSE_H
Definition tree-ssa-alias.h:77
class bitmap_head * bitmap
Definition coretypes.h:51
union tree_node * tree
Definition coretypes.h:97
Definition gimple-iterator.h:26
#define NULL
Definition system.h:50
dse_store_status dse_classify_store(ao_ref *, gimple *, bool, sbitmap, bool *=NULL, tree=NULL)
Definition tree-ssa-dse.cc:1295
dse_store_status
Definition tree-ssa-dse.h:25
@ DSE_STORE_DEAD
Definition tree-ssa-dse.h:28
@ DSE_STORE_LIVE
Definition tree-ssa-dse.h:26
@ DSE_STORE_MAYBE_PARTIAL_DEAD
Definition tree-ssa-dse.h:27
void delete_dead_or_redundant_assignment(gimple_stmt_iterator *, const char *, bitmap=NULL, bitmap=NULL)
Definition tree-ssa-dse.cc:1343