-\item[reduction detection]{
- is an analysis that identifies statements that perform a reduction over a
- variable.}
-
-\item[parallelism detection]{
- is a common name for analysis that detect if a loop can be run in parallel.}
-
-\item[parallelism extraction]{
- is a common name for code transformations that modifies loop nest to make it legal to
- run them in parallel.}
-
-\item[directive generation]{
- is a common name for code transformations that annotate the code with directives.}