Searched refs:exit_cond (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vectorizer.h97 tree exit_cond; member in struct:_loop_vec_info
141 #define LOOP_VINFO_EXIT_COND(L) (L)->exit_cond
H A Dlambda-code.c1219 tree exit_cond; local
1231 exit_cond = get_loop_exit_condition (loop);
1233 if (inductionvar == NULL || exit_cond == NULL)
1241 test = TREE_OPERAND (exit_cond, 0);
2077 tree exit_cond; local
2082 exit_cond = get_loop_exit_condition (loop);
2091 if (stmt == exit_cond
H A Dexpr.c5219 tree exit_cond;
5260 exit_cond = build2 (LT_EXPR, integer_type_node,
5262 jumpif (exit_cond, loop_end);
5205 tree exit_cond; local

Completed in 80 milliseconds