Home
last modified time | relevance | path

Searched refs:true_label (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsymtab-thunks.cc571 tree true_label = NULL_TREE; in expand_thunk() local
591 true_label = gimple_block_label (then_bb); in expand_thunk()
613 if (true_label) in expand_thunk()
Dgimplify.cc3991 tree true_label, false_label, end_label, t; in shortcut_cond_expr() local
4056 true_label = false_label = end_label = NULL_TREE; in shortcut_cond_expr()
4063 true_label = GOTO_DESTINATION (then_goto); in shortcut_cond_expr()
4076 if (true_label) in shortcut_cond_expr()
4077 true_label_p = &true_label; in shortcut_cond_expr()
DChangeLog-201424762 (mips_builtin_branch_and_move): Strengthen locals "true_label",
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-string.cc383 rtx a, rtx b, rtx cr, rtx true_label, profile_probability br_prob) in do_ifelse() argument
393 rtx label_ref = gen_rtx_LABEL_REF (VOIDmode, true_label); in do_ifelse()
403 JUMP_LABEL (j) = true_label; in do_ifelse()
404 LABEL_NUSES (true_label) += 1; in do_ifelse()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc17298 rtx_code_label *true_label, *done_label; in mips_expand_builtin_msa_test_branch() local
17301 true_label = gen_label_rtx (); in mips_expand_builtin_msa_test_branch()
17304 create_input_operand (&ops[0], true_label, TYPE_MODE (TREE_TYPE (exp))); in mips_expand_builtin_msa_test_branch()
17326 emit_label (true_label); in mips_expand_builtin_msa_test_branch()
17340 rtx_code_label *true_label, *done_label; in mips_builtin_branch_and_move() local
17342 true_label = gen_label_rtx (); in mips_builtin_branch_and_move()
17349 emit_jump_insn (gen_condjump (condition, true_label)); in mips_builtin_branch_and_move()
17354 emit_label (true_label); in mips_builtin_branch_and_move()