Home
last modified time | relevance | path

Searched refs:then_end (Results 1 – 25 of 44) sorted by relevance

12

/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/target/core/avmm/
H A Dmachinify.h284 const auto then_end = current_; in visit() local
313 transition(then_end.second, current_.first); in visit()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Difcvt.c455 rtx then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
500 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
521 then_start = then_end = NULL_RTX; in cond_exec_process_if_block()
527 if (then_end) in cond_exec_process_if_block()
528 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
563 if (then_last_head == then_end) in cond_exec_process_if_block()
564 then_start = then_end = NULL_RTX; in cond_exec_process_if_block()
687 if (then_end in cond_exec_process_if_block()
689 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Difcvt.c429 rtx then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
474 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
495 then_start = then_end = NULL_RTX; in cond_exec_process_if_block()
501 if (then_end) in cond_exec_process_if_block()
502 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
534 if (then_last_head == then_end) in cond_exec_process_if_block()
535 then_start = then_end = NULL_RTX; in cond_exec_process_if_block()
658 if (then_end in cond_exec_process_if_block()
660 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Difcvt.c471 rtx then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
517 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
538 then_start = then_end = NULL_RTX; in cond_exec_process_if_block()
544 if (then_end) in cond_exec_process_if_block()
545 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
580 if (then_last_head == then_end) in cond_exec_process_if_block()
581 then_start = then_end = NULL_RTX; in cond_exec_process_if_block()
707 if (then_end in cond_exec_process_if_block()
709 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Difcvt.c464 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
510 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
531 then_start = then_end = NULL; in cond_exec_process_if_block()
537 if (then_end) in cond_exec_process_if_block()
538 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
573 if (then_last_head == then_end) in cond_exec_process_if_block()
574 then_start = then_end = NULL; in cond_exec_process_if_block()
700 if (then_end in cond_exec_process_if_block()
702 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Difcvt.c468 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
514 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
535 then_start = then_end = NULL; in cond_exec_process_if_block()
541 if (then_end) in cond_exec_process_if_block()
542 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
577 if (then_last_head == then_end) in cond_exec_process_if_block()
578 then_start = then_end = NULL; in cond_exec_process_if_block()
704 if (then_end in cond_exec_process_if_block()
706 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Difcvt.c467 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
513 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
534 then_start = then_end = NULL; in cond_exec_process_if_block()
540 if (then_end) in cond_exec_process_if_block()
541 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
576 if (then_last_head == then_end) in cond_exec_process_if_block()
577 then_start = then_end = NULL; in cond_exec_process_if_block()
703 if (then_end in cond_exec_process_if_block()
705 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Difcvt.c464 rtx_insn *then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
510 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
531 then_start = then_end = NULL; in cond_exec_process_if_block()
537 if (then_end) in cond_exec_process_if_block()
538 then_end = find_active_insn_before (then_bb, then_first_tail); in cond_exec_process_if_block()
573 if (then_last_head == then_end) in cond_exec_process_if_block()
574 then_start = then_end = NULL; in cond_exec_process_if_block()
700 if (then_end in cond_exec_process_if_block()
702 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Difcvt.c380 rtx then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
421 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
540 if (then_end in cond_exec_process_if_block()
542 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Difcvt.c380 rtx then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
421 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
540 if (then_end in cond_exec_process_if_block()
542 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Difcvt.c380 rtx then_end; /* last insn + 1 in THEN block */ in cond_exec_process_if_block() local
421 then_end = last_active_insn (then_bb, TRUE); in cond_exec_process_if_block()
541 if (then_end in cond_exec_process_if_block()
543 || ! cond_exec_process_insns (ce_info, then_start, then_end, in cond_exec_process_if_block()

12