Searched refs:IP_END (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivopts.c444 IP_END, /* At the end of the latch block. */ enumerator in enum:iv_position
895 case IP_END:
972 case IP_END:
3197 less freedom to scheduler. So we allow IP_END only if IP_NORMAL is not
3285 and jump, the IP_END position doesn't match. */
3288 add_candidate_1 (data, base, step, important, IP_END, use, NULL, orig_iv);
3461 false, IP_END, NULL, NULL);
5906 if (cand->pos == IP_END
7106 case IP_END:
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.cc444 IP_END, /* At the end of the latch block. */ enumerator in enum:iv_position
896 case IP_END:
973 case IP_END:
3228 less freedom to scheduler. So we allow IP_END only if IP_NORMAL is not
3316 and jump, the IP_END position doesn't match. */
3319 add_candidate_1 (data, base, step, important, IP_END, use, NULL, orig_iv);
3492 false, IP_END, NULL, NULL);
6036 if (cand->pos == IP_END
7236 case IP_END:

Completed in 317 milliseconds