Home
last modified time | relevance | path

Searched refs:orig_cond (Results 1 – 25 of 106) sorted by relevance

12345

/dports/math/spot/spot-2.10.2/spot/parsetl/
H A Dscantl.ll47 static int orig_cond = 0;
91 orig_cond = YY_START;
103 "*"+"/" if (--comment_level == 0) BEGIN(orig_cond);
105 BEGIN(orig_cond);
377 orig_cond stores the parsing condition to use after the
380 orig_cond = not_prop;
384 orig_cond = lbt;
390 BEGIN(orig_cond);
408 BEGIN(orig_cond);
H A Dscantl.cc1036 static int orig_cond = 0; variable
1351 orig_cond = YY_START;
1389 if (--comment_level == 0) BEGIN(orig_cond);
1394 BEGIN(orig_cond);
1935 orig_cond = not_prop;
1943 orig_cond = lbt;
1952 BEGIN(orig_cond);
1991 BEGIN(orig_cond);
/dports/math/py-spot/spot-2.10.2/spot/parsetl/
H A Dscantl.ll47 static int orig_cond = 0;
91 orig_cond = YY_START;
103 "*"+"/" if (--comment_level == 0) BEGIN(orig_cond);
105 BEGIN(orig_cond);
377 orig_cond stores the parsing condition to use after the
380 orig_cond = not_prop;
384 orig_cond = lbt;
390 BEGIN(orig_cond);
408 BEGIN(orig_cond);
H A Dscantl.cc1036 static int orig_cond = 0; variable
1351 orig_cond = YY_START;
1389 if (--comment_level == 0) BEGIN(orig_cond);
1394 BEGIN(orig_cond);
1935 orig_cond = not_prop;
1943 orig_cond = lbt;
1952 BEGIN(orig_cond);
1991 BEGIN(orig_cond);
/dports/math/spot/spot-2.10.2/spot/parseaut/
H A Dscanaut.ll44 int orig_cond = 0;
89 yyextra->orig_cond = YY_START;
358 int oc = yyextra->orig_cond;
363 int oc = yyextra->orig_cond;
374 yyextra->orig_cond = YY_START;
381 int oc = yyextra->orig_cond;
400 int oc = yyextra->orig_cond;
H A Dscanaut.cc1044 int orig_cond = 0; member
1426 yyextra->orig_cond = YY_START;
1993 int oc = yyextra->orig_cond;
2001 int oc = yyextra->orig_cond;
2015 yyextra->orig_cond = YY_START;
2025 int oc = yyextra->orig_cond;
2065 int oc = yyextra->orig_cond;
/dports/math/py-spot/spot-2.10.2/spot/parseaut/
H A Dscanaut.ll44 int orig_cond = 0;
89 yyextra->orig_cond = YY_START;
358 int oc = yyextra->orig_cond;
363 int oc = yyextra->orig_cond;
374 yyextra->orig_cond = YY_START;
381 int oc = yyextra->orig_cond;
400 int oc = yyextra->orig_cond;
H A Dscanaut.cc1044 int orig_cond = 0; member
1426 yyextra->orig_cond = YY_START;
1993 int oc = yyextra->orig_cond;
2001 int oc = yyextra->orig_cond;
2015 yyextra->orig_cond = YY_START;
2025 int oc = yyextra->orig_cond;
2065 int oc = yyextra->orig_cond;
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vectorizer.c769 tree orig_cond; in slpeel_make_loop_iterate_ntimes() local
782 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
783 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
784 loop_cond_bsi = bsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
803 cond_stmt = build3 (COND_EXPR, TREE_TYPE (orig_cond), cond, in slpeel_make_loop_iterate_ntimes()
975 tree orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
989 || (!orig_cond || orig_cond != bsi_stmt (loop_exit_bsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-loop-manip.c645 gimple orig_cond; in slpeel_make_loop_iterate_ntimes() local
655 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
656 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
657 loop_cond_gsi = gsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
677 free_stmt_vec_info (orig_cond); in slpeel_make_loop_iterate_ntimes()
848 gimple orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
862 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-loop-manip.c671 gimple orig_cond; in slpeel_make_loop_iterate_ntimes() local
681 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
682 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
683 loop_cond_gsi = gsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
703 free_stmt_vec_info (orig_cond); in slpeel_make_loop_iterate_ntimes()
977 gimple orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
988 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-loop-manip.c645 gimple orig_cond; in slpeel_make_loop_iterate_ntimes() local
655 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
656 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
657 loop_cond_gsi = gsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
677 free_stmt_vec_info (orig_cond); in slpeel_make_loop_iterate_ntimes()
848 gimple orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
862 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-loop-manip.c672 gcond *orig_cond; in slpeel_make_loop_iterate_ntimes() local
682 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
683 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
684 loop_cond_gsi = gsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
704 free_stmt_vec_info (orig_cond); in slpeel_make_loop_iterate_ntimes()
988 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
999 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-loop-manip.c672 gcond *orig_cond; in slpeel_make_loop_iterate_ntimes() local
682 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
683 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
684 loop_cond_gsi = gsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
704 free_stmt_vec_info (orig_cond); in slpeel_make_loop_iterate_ntimes()
988 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
999 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
939 free_stmt_vec_info (orig_cond); in vect_set_loop_condition()
1234 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1245 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
939 free_stmt_vec_info (orig_cond); in vect_set_loop_condition()
1234 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1245 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
939 free_stmt_vec_info (orig_cond); in vect_set_loop_condition()
1234 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1245 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
940 && (orig_cond_info = loop_vinfo->lookup_stmt (orig_cond))) in vect_set_loop_condition()
1242 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1253 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
939 free_stmt_vec_info (orig_cond); in vect_set_loop_condition()
1234 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1245 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
939 free_stmt_vec_info (orig_cond); in vect_set_loop_condition()
1234 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1245 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
939 free_stmt_vec_info (orig_cond); in vect_set_loop_condition()
1234 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1245 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
940 && (orig_cond_info = loop_vinfo->lookup_stmt (orig_cond))) in vect_set_loop_condition()
1242 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1253 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-loop-manip.c774 gcond *orig_cond; in vect_set_loop_condition_unmasked() local
782 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_unmasked()
783 gcc_assert (orig_cond); in vect_set_loop_condition_unmasked()
784 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_unmasked()
925 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
926 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
940 && (orig_cond_info = loop_vinfo->lookup_stmt (orig_cond))) in vect_set_loop_condition()
1242 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1253 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-loop-manip.c761 gcond *orig_cond;
769 orig_cond = get_loop_exit_condition (loop);
770 gcc_assert (orig_cond);
771 loop_cond_gsi = gsi_for_stmt (orig_cond);
912 gcond *orig_cond = get_loop_exit_condition (loop);
913 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond);
927 && (orig_cond_info = loop_vinfo->lookup_stmt (orig_cond)))
1229 gcond *orig_cond = get_loop_exit_condition (loop);
1240 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-loop-manip.c794 gcond *orig_cond; in vect_set_loop_condition_normal() local
802 orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition_normal()
803 gcc_assert (orig_cond); in vect_set_loop_condition_normal()
804 loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition_normal()
945 gcond *orig_cond = get_loop_exit_condition (loop); in vect_set_loop_condition() local
946 gimple_stmt_iterator loop_cond_gsi = gsi_for_stmt (orig_cond); in vect_set_loop_condition()
961 && (orig_cond_info = loop_vinfo->lookup_stmt (orig_cond))) in vect_set_loop_condition()
1290 gcond *orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
1301 || (!orig_cond || orig_cond != gsi_stmt (loop_exit_gsi)) in slpeel_can_duplicate_loop_p()

12345