X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibfirm%2Firloop.h;h=1b4b5ce3a28da4c058817b055298bfce9b5c903d;hb=abe1a1208ecb24b75b001bfe98ea0c500407a094;hp=e6aee530d3609fe17057ea959587f7131e400cf1;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/include/libfirm/irloop.h b/include/libfirm/irloop.h index e6aee530d..1b4b5ce3a 100644 --- a/include/libfirm/irloop.h +++ b/include/libfirm/irloop.h @@ -36,6 +36,11 @@ #include "firm_common.h" #include "begin.h" +/** @ingroup irana + * @defgroup ir_loop Loops + * @{ + */ + /** Returns non-zero if the predecessor pos is a backedge. */ FIRM_API int is_backedge(const ir_node *n, int pos); /** Marks edge pos as a backedge. */ @@ -150,6 +155,8 @@ FIRM_API void free_all_loop_information (void); * belongs to or in inner loops of this block. */ FIRM_API int is_loop_invariant(const ir_node *n, const ir_node *block); +/** @} */ + #include "end.h" #endif