X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCloop.h;h=34566f26006a34c1172cd43c8c31e1769515624c;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=e23933700c849938adfe2a004284569d9849269c;hpb=cf7d00ac6acd181f85f8ecaf4d88d8d188429435;p=fw%2Fsdcc diff --git a/src/SDCCloop.h b/src/SDCCloop.h index e2393370..34566f26 100644 --- a/src/SDCCloop.h +++ b/src/SDCCloop.h @@ -51,14 +51,7 @@ typedef struct induction } induction; -DEFSETFUNC (backEdges); -DEFSETFUNC (pregion); -DEFSETFUNC (pinduction); int loopOptimizations (hTab *, ebbIndex *); -int addressTaken (set *, operand *); hTab *createLoopRegions (ebbIndex *); -iCode *findDefInRegion (set *, operand *, eBBlock **); -int hasIncomingDefs (region *, operand *); -int findLoopEndSeq (region *); #endif