X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firloop.h;h=ce552013cb108771a0f202f6e90b707ca8dd4280;hb=4bad1346ff2abc3923beea23e5ac949acc7ca514;hp=051c22d95216c6797786d221d1ac1b784740b399;hpb=a352dbe57a639b93d07240963f5e345527abfbd8;p=libfirm diff --git a/ir/ana/irloop.h b/ir/ana/irloop.h index 051c22d95..ce552013c 100644 --- a/ir/ana/irloop.h +++ b/ir/ana/irloop.h @@ -40,6 +40,8 @@ /* ------------------------------------------------------------------- */ /** Returns true if the predesessor pos is a backedge. */ +int is_inter_backedge(ir_node *n, int pos); +int is_intra_backedge(ir_node *n, int pos); bool is_backedge (ir_node *n, int pos); /** Remarks that edge pos is a backedge. */ void set_backedge (ir_node *n, int pos);