Home | History | Annotate | Download | only in Analysis

Lines Matching full:recurrences

42 //  Chains of recurrences -- a method to expedite the evaluation
46 // On computational properties of chains of recurrences
49 // Symbolic Evaluation of Chains of Recurrences for Loop Optimization
55 // Using the chains of recurrences algebra for data dependence testing and
793 /// evaluateAtIteration - Return the value of this chain of recurrences at
1727 // If there are any add recurrences in the operands list, see if any other
1733 // Scan over all recurrences, trying to fold loop invariants into them.
1982 // If there are any add recurrences in the operands list, see if any other
1988 // Scan over all recurrences, trying to fold loop invariants into them.
2338 // Ok, both add recurrences are valid after the transformation.
6850 // Add recurrences are never invariant in the function-body (null loop).