Searched refs:label1 (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dvalue-prof.c184 tree label1, label2, label3; local
208 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1);
211 bsi_insert_before (&bsi, label1, BSI_SAME_STMT);
347 tree label1, label2, label3; local
375 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1);
378 bsi_insert_before (&bsi, label1, BSI_SAME_STMT);
511 tree label1, label2, label3; local
537 label1 = build1 (LABEL_EXPR, void_type_node, label_decl1);
544 bsi_insert_before (&bsi, label1, BSI_SAME_STMT);
H A Dcfgcleanup.c1438 rtx label1, label2;
1441 if (tablejump_p (BB_END (bb1), &label1, &table1)
1452 if (label1 != label2 && !rtx_referenced_p (label2, BB_END (bb1)))
1484 rr.r1 = label1;
1499 rr.r2 = label1;
1688 rtx label1, label2;
1691 if (tablejump_p (BB_END (src1), &label1, &table1)
1693 && label1 != label2)
1699 rr.r1 = label1;
1431 rtx label1, label2; local
1681 rtx label1, label2; local
H A Dvmsdbgout.c672 write_debug_delta4 (char *label1, char *label2, const char *comment,
677 ASM_OUTPUT_DEBUG_DELTA4 (asm_out_file, label1, label2);
887 char label1[MAX_ARTIFICIAL_LABEL_BYTES];
906 ASM_GENERATE_INTERNAL_LABEL (label1, FUNC_BEGIN_LABEL, corrected_rtnnum);
908 totsize += write_debug_delta4 (label2, label1, "routine size", dosizeonly);
671 write_debug_delta4(char *label1, char *label2, const char *comment, int dosizeonly) argument
886 char label1[MAX_ARTIFICIAL_LABEL_BYTES]; local
H A Ddojump.c293 rtx label1 = gen_label_rtx ();
304 do_jump (TREE_OPERAND (exp, 0), label1, NULL_RTX);
306 emit_label (label1);
292 rtx label1 = gen_label_rtx (); local
H A Dexpmed.c4475 rtx label1, label2, label3, label4, label5;
4481 label1 = gen_label_rtx ();
4487 do_cmp_and_jump (adjusted_op0, const0_rtx, LT, compute_mode, label1);
4494 emit_label (label1);
4589 rtx label1, label2;
4594 label1 = gen_label_rtx ();
4597 compute_mode, label1);
4601 emit_label (label1);
4690 rtx label1, label2, label3, label4, label5;
4696 label1
4462 rtx label1, label2, label3, label4, label5; local
4576 rtx label1, label2; local
4677 rtx label1, label2, label3, label4, label5; local
[all...]
H A Doptabs.c5855 rtx subtarget, label0, label1;
5922 label1 = gen_label_rtx ();
5926 emit_jump_insn (gen_jump (label1));
5930 emit_label (label1);
5829 rtx subtarget, label0, label1; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c450 const char **label1, const char **label2,
502 *label1 = diff_label(apr_psprintf(scratch_pool, "a/%s", repos_relpath1),
514 *label1 = diff_label(apr_psprintf(scratch_pool, "a/%s", copyfrom_path),
530 *label1 = diff_label(apr_psprintf(scratch_pool, "a/%s", repos_relpath1),
540 *label1 = diff_label(apr_psprintf(scratch_pool, "a/%s", repos_relpath1),
555 *label1 = diff_label(apr_psprintf(scratch_pool, "a/%s", copyfrom_path),
642 const char *label1;
645 label1 = diff_label(label_path1, rev1, scratch_pool);
652 SVN_ERR(print_git_diff_header(outstream, &label1, &label2,
661 /* --- label1
447 print_git_diff_header(svn_stream_t *os, const char **label1, const char **label2, svn_diff_operation_kind_t operation, svn_revnum_t rev1, svn_revnum_t rev2, const char *diff_relpath, const char *copyfrom_path, svn_revnum_t copyfrom_rev, apr_hash_t *left_props, apr_hash_t *right_props, const char *git_index_shas, const char *header_encoding, const diff_driver_info_t *ddi, apr_pool_t *scratch_pool) argument
640 const char *label1; local
883 const char *label1, *label2; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c101 const char *label1, *label2;
128 label1 = _("MINE");
133 label1 = _("THEIRS");
143 label1 = _("THEIRS");
148 label1 = apr_psprintf(pool, "%s\t- %s",
150 path_prefix, path1, pool), label1);
162 label1, label2,
100 const char *label1, *label2; local
/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c786 char const *label1 = file_label[1] ? file_label[1] : filevec[1].name;
787 message ("Files %s and %s differ\n", label0, label1);
781 char const *label1 = file_label[1] ? file_label[1] : filevec[1].name; local
/freebsd-11-stable/contrib/bzip2/
H A Ddecompress.c74 #define GET_MTF_VAL(label1,label2,lval) \
89 GET_BITS(label1, zvec, zn); \
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2044 * If @a label1 and/or @a label2 are not NULL they will be passed to the diff
2045 * process as the arguments of "-L" options. @a label1 and @a label2 are also
2060 const char *label1,
2079 const char *label1,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1115 const char *label1,
1128 label1, label2,
1110 svn_io_run_diff(const char *dir, const char *const *user_args, int num_user_args, const char *label1, const char *label2, const char *from, const char *to, int *pexitcode, apr_file_t *outfile, apr_file_t *errfile, const char *diff_cmd, apr_pool_t *pool) argument
H A Dio.c3508 const char *label1,
3532 if (label1 != NULL)
3551 if (label1 != NULL)
3554 args[i++] = label1;
3496 svn_io_run_diff2(const char *dir, const char *const *user_args, int num_user_args, const char *label1, const char *label2, const char *from, const char *to, int *pexitcode, apr_file_t *outfile, apr_file_t *errfile, const char *diff_cmd, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c12501 rtx label1, label2, x, cond = gen_rtx_REG (CCmode, CR0_REGNO);
12505 label1 = gen_rtx_LABEL_REF (VOIDmode, gen_label_rtx ());
12507 emit_label (XEXP (label1, 0));
12521 emit_unlikely_jump (x, label1);
12604 rtx label1, label2, x, cond = gen_rtx_REG (CCmode, CR0_REGNO);
12607 label1 = gen_rtx_LABEL_REF (VOIDmode, gen_label_rtx ());
12609 emit_label (XEXP (label1, 0));
12634 emit_unlikely_jump (x, label1);
12472 rtx label1, label2, x, cond = gen_rtx_REG (CCmode, CR0_REGNO); local
12575 rtx label1, label2, x, cond = gen_rtx_REG (CCmode, CR0_REGNO); local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c19788 rtx label1 = gen_label_rtx ();
19799 emit_jump_insn (gen_bge (label1));
19805 emit_label (label1);
19755 rtx label1 = gen_label_rtx (); local

Completed in 360 milliseconds