Initial revision

This commit is contained in:
bal
1984-11-26 14:51:59 +00:00
parent 1833451151
commit 6a9e49f683
20 changed files with 3224 additions and 0 deletions

13
util/ego/sr/sr_expr.h Normal file
View File

@@ -0,0 +1,13 @@
/* S T R E N G T H R E D U C T I O N
*
* S R _ E X P R . H
*
*/
extern bool is_ivexpr();/* (line_p l; lset ivs,vars; line_p *lbegin; iv_p *iv;
* int *out_sign)
* Try to recognize an expression that is a linear
* function of presicely one induction variable.
* It may only use loop constants (besides the
* induc. var.).
*/