Home | History | Annotate | Download | only in gcc

Lines Matching defs:running_off

7959       tree running_off;
8084 running_off = offvar;
8090 tree newoff = copy_ssa_name (running_off, NULL);
8092 running_off, pos);
8094 running_off = newoff;
8134 running_off, this_off);
8137 /* And store it to *running_off. */
8145 newoff = copy_ssa_name (running_off, NULL);
8147 running_off, stride_step);
8150 running_off = newoff;
9119 tree running_off;
9194 running_off = offvar;
9266 tree data_ref = build2 (MEM_REF, ltype, running_off, this_off);
9284 tree newoff = copy_ssa_name (running_off);
9287 running_off, stride_step);
9289 running_off = newoff;