sr_iv.h 394 B

123456789101112
  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. /* S R _ I V . H */
  7. void induc_vars(loop_p loop, lset *ivar_out, lset *vars_out);
  8. /* Find the set of induction variables
  9. * of the loop. Also find the set of (local)
  10. * variables that are changed.
  11. */