Lines Matching refs:variables
33 * Analyze and classify all variables used in all loops in the instruction list
42 * Based on analysis of loop variables, this function tries to remove sequences
64 * Tracking for all variables used in a loop
79 * Variables that have not yet been classified
81 exec_list variables;
84 * Variables whose values are constant within the body of the loop
91 * Induction variables for this loop
107 * Hash table containing all variables accessed in this loop
148 /** Are all variables in the RHS of the assignment loop constants? */
161 * Increment values for loop induction variables
163 * Loop induction variables have a single increment of the form
191 /* Variables that are marked read-only *MUST* be loop constant.