Lines Matching refs:induction
6 ; Given a loop with an induction variable which is being
17 ; Case1: Check the following induction pattern:
39 ; we vectorize or scalarize the induction.
40 ; In the case of widened induction, this means that the induction phi
85 ; Case2: Another variant of the above pattern is where the induction variable
87 ; the induction is not vectorized but rather only the step is widened.
89 ; This is the case in the following code, where the induction variable 'w_ix'
107 ; we widen or scalarize the induction.
108 ; In the case of widened induction, this means that the induction phi
156 ; Case3: Lastly, check also the following induction pattern:
177 ; we vectorize or scalarize the induction.