X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=heuristical.h;h=4d3a556573d60aaef1a04d06a80207a389b3ae31;hb=b1b7b0d991eeac15ade2c354ba4467f4ab7ed858;hp=8d24c2e4049a807381abdc656539168043704a28;hpb=65467496a93e64dbe96a16a04b16dc097d2eba88;p=libfirm diff --git a/heuristical.h b/heuristical.h index 8d24c2e40..4d3a55657 100644 --- a/heuristical.h +++ b/heuristical.h @@ -5,4 +5,13 @@ void solve_pbqp_heuristical(pbqp *pbqp); +void apply_RI(pbqp *pbqp); +void apply_RII(pbqp *pbqp); +void apply_RN(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 */