Home | History | Annotate | Download | only in docs

Lines Matching full:transformations

33     <li><a href="#updating">Updating analysis results for transformations</a></li>
50 <li><a href="#aliasanalysis-xforms">Alias analysis driven transformations</a></li>
89 transformations to work well together.</p>
335 Analysis. As is the case with most other analyses and transformations, the
454 <a name="updating">Updating analysis results for transformations</a>
460 program, but clients will use this information to make transformations to the
462 analysis results updated to reflect the changes made by these transformations.
478 The <tt>deleteValue</tt> method is called by transformations when they remove an
654 <p>Many transformations need information about alias <b>sets</b> that are active
678 duration of the loop nest. Both of these transformations only apply if the
882 <a name="aliasanalysis-xforms">Alias analysis driven transformations</a>
886 LLVM includes several alias-analysis driven transformations which can be used
911 transformations. It uses the <tt>AliasAnalysis</tt> interface for several
912 different transformations:</p>