X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeifg.h;h=ffac97bba87acba7b144d7dbe9f9890963286a3a;hb=b9d45e08e23bcf058fa8f2d9e18dd78e8cccd044;hp=0f9be1a089ed7fae9cf0cab5c5b5324485f88bf7;hpb=ac3addaf3baa1e7baf4675aa60b087189b0abb86;p=libfirm diff --git a/ir/be/beifg.h b/ir/be/beifg.h index 0f9be1a08..ffac97bba 100644 --- a/ir/be/beifg.h +++ b/ir/be/beifg.h @@ -54,6 +54,14 @@ int (be_ifg_degree)(const void *self, const ir_node *irn); *(count) != -1 ; \ *(count) = be_ifg_cliques_next(self, iter)) +typedef struct { + int n_nodes; + int n_edges; + int n_comps; +} be_ifg_stat_t; + +void be_ifg_stat(const be_chordal_env_t *cenv, be_ifg_stat_t *stat); + /* ____ _ | _ \ _ _ _ __ ___ _ __ (_)_ __ __ _