X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeverify.h;h=adcbe7e835b3678486f32b98fb8296d7c5e9db7b;hb=5474a1c188c9d59eea2c915515980cd9cbab58d8;hp=f744ba2403b4ebba41468b26c510dd5b4c751f00;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/ir/be/beverify.h b/ir/be/beverify.h index f744ba240..adcbe7e83 100644 --- a/ir/be/beverify.h +++ b/ir/be/beverify.h @@ -69,4 +69,16 @@ int be_verify_spillslots(ir_graph *irg); */ bool be_verify_register_allocation(ir_graph *irg); +/** + * Check, if the SSA dominance property is fulfilled. + * @param irg The graph. + * @return true if dominance property is fulfilled, false otherwise + */ +bool be_check_dominance(ir_graph *irg); + +/** + * Check the given liveness information against a freshly computed one. + */ +void be_liveness_check(be_lv_t *lv); + #endif