Initial revision
This commit is contained in:
13
util/ego/sr/sr_expr.h
Normal file
13
util/ego/sr/sr_expr.h
Normal 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.).
|
||||
*/
|
||||
Reference in New Issue
Block a user