framework for the liverangehunt
[fw/sdcc] / src / SDCCcse.h
index 5eaf9cf284a6e13d926f41475630b77a6dfe72c8..f2770b7682ef25028a73f11cbde71f23ac5194fa 100644 (file)
@@ -57,4 +57,6 @@ void unsetDefsAndUses (iCode *);
 void updateSpillLocation (iCode * ic,int);
 void setUsesDefs (operand *, bitVect *, bitVect *, bitVect **);
 void replaceAllSymBySym (iCode *, operand *, operand *, bitVect **);
+iCode *findBackwardDef(operand *,iCode *);
+void ReplaceOpWithCheaperOp(operand **op, operand *cop);
 #endif