Home
last modified time | relevance | path

Searched refs:noloop (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-doloop.c411 rtx tmp, noloop = NULL_RTX; in doloop_modify() local
448 noloop = XEXP (condition, 1); in doloop_modify()
449 if (noloop != const0_rtx) in doloop_modify()
451 gcc_assert (noloop == const1_rtx); in doloop_modify()
460 noloop = constm1_rtx; in doloop_modify()
535 convert_move (counter_reg, noloop, 0); in doloop_modify()
H A Dtree-ssa-loop-niter.c1159 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local
1206 noloop = boolean_false_node; in number_of_iterations_lt_to_ne()
1208 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1212 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1232 noloop = boolean_false_node; in number_of_iterations_lt_to_ne()
1234 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1240 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1250 if (!integer_zerop (noloop)) in number_of_iterations_lt_to_ne()
1253 noloop); in number_of_iterations_lt_to_ne()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-doloop.cc447 rtx tmp, noloop = NULL_RTX; in doloop_modify() local
484 noloop = XEXP (condition, 1); in doloop_modify()
485 if (noloop != const0_rtx) in doloop_modify()
487 gcc_assert (noloop == const1_rtx); in doloop_modify()
496 noloop = constm1_rtx; in doloop_modify()
571 convert_move (counter_reg, noloop, 0); in doloop_modify()
H A Dtree-ssa-loop-niter.cc1171 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne() local
1218 noloop = boolean_false_node; in number_of_iterations_lt_to_ne()
1220 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1224 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1244 noloop = boolean_false_node; in number_of_iterations_lt_to_ne()
1246 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1252 noloop = fold_build2 (GT_EXPR, boolean_type_node, in number_of_iterations_lt_to_ne()
1262 if (!integer_zerop (noloop)) in number_of_iterations_lt_to_ne()
1265 noloop); in number_of_iterations_lt_to_ne()