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

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
init.c 89 struct bigblock *retslot; variable in typeref:struct:bigblock
199 retslot = NULL;
  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.cc 618 fprintf (out, " Retslot flags:");
665 fprintf (out, " Retslot flags:");
2918 tree retslot = NULL; local
2924 retslot = ssa_default_def (cfun, DECL_RESULT (current_function_decl));
2932 if (!count && !retslot && !static_chain)
2945 if (retslot)
2946 eaf_analysis.analyze_ssa_name (retslot);
3046 if (retslot)
3048 int flags = eaf_analysis.get_ssa_name_flags (retslot);
3059 " Retslot flags combined with IPA pass:")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.cc 616 fprintf (out, " Retslot flags:");
663 fprintf (out, " Retslot flags:");
2915 tree retslot = NULL; local
2921 retslot = ssa_default_def (cfun, DECL_RESULT (current_function_decl));
2929 if (!count && !retslot && !static_chain)
2942 if (retslot)
2943 eaf_analysis.analyze_ssa_name (retslot);
3043 if (retslot)
3045 int flags = eaf_analysis.get_ssa_name_flags (retslot);
3056 " Retslot flags combined with IPA pass:")
    [all...]

Completed in 29 milliseconds