ra_profits.h 442 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. /* R E G I S T E R A L L O C A T I O N
  7. *
  8. * R A _ P R O F I T S . H
  9. */
  10. void compute_profits(alloc_p alloclist, bool time_opt);
  11. /* Compute the profits attribute of every allocation.
  12. */
  13. void regsave_cost(short regs[], short *time_out, short *space_out);