cs_profit.h 481 B

123456789101112131415
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. int cs_machinit(void *param);
  7. /* Read phase-specific information from f.
  8. */
  9. bool desirable(avail_p avp);
  10. /* Return whether it is desirable to eliminate
  11. * the recurrences of the expression in avp.
  12. * At the same time delete the recurrences
  13. * for which it is not allowed.
  14. */