X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=heuristical.h;h=0438402e361d54873ce24469452979135a49e4f8;hb=e9c8598a6f4c1e2c71ba9b85da9618020348044a;hp=8d24c2e4049a807381abdc656539168043704a28;hpb=65467496a93e64dbe96a16a04b16dc097d2eba88;p=libfirm diff --git a/heuristical.h b/heuristical.h index 8d24c2e40..0438402e3 100644 --- a/heuristical.h +++ b/heuristical.h @@ -5,4 +5,12 @@ void solve_pbqp_heuristical(pbqp *pbqp); +void applyRI(pbqp *pbqp); +void applyRII(pbqp *pbqp); + +void back_propagate_RI(pbqp *pbqp, pbqp_node *node); +void back_propagate_RII(pbqp *pbqp, pbqp_node *node); + +int node_is_reduced(pbqp_node *node); + #endif /* KAPS_HEURISTICAL_H */