The following standard optimizations are performed to enhance the
serial code and aid uncovering opportunities for parallel execution:
   - Dead-Code Elimination
   
 - Induction Variable Recognition
   
 - Global Forward Substitution
   
 - Loop Peeling
   
 - Lifetime Analysis
   
 - Invariant-IF Restructuring
   
 - Reciprocal Substitution
   
 
Previous Page | Next Page | Contents | Index | 
Command-Line Qualifiers