HomeSort by: relevance | last modified time | path
    Searched defs:this_target (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-cfgcleanup.cc 823 tree this_target = gimple_label_label (label_stmt); local
824 if (DECL_NONLOCAL (this_target))
826 if (FORCED_LABEL (this_target))
830 target = this_target;
builtins.cc 2815 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
2816 if (maybe_emit_unop_insn (icode, this_target, temp, UNKNOWN))
2817 return this_target;
6252 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
6253 if (maybe_emit_unop_insn (icode, this_target, temp, UNKNOWN))
6254 return this_target;
2814 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp))); local
6251 rtx this_target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp))); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc 806 tree this_target = gimple_label_label (label_stmt); local
807 if (DECL_NONLOCAL (this_target))
809 if (FORCED_LABEL (this_target))
813 target = this_target;

Completed in 23 milliseconds