Collect parametric terms occurring in step expressions (first step of delinearization).
Declared in <llvm/Analysis/Delinearization.h>
void
collectParametricTerms(
ScalarEvolution& SE,
SCEV const* Expr,
SmallVectorImpl<SCEV const*>& Terms);
| Name | Description |
|---|---|
| SE | Scalar evolution used to collect add-rec strides. |
| Expr | Access function whose parametric step terms are collected. |
| Terms | Filled with parametric terms found in the step expressions. |