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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.cc 5106 int flags_lto = 0; local
5114 flags_lto = summary_lto->arg_flags[ee->arg];
5118 flags_lto = deref_flags (flags_lto, ignore_stores);
5135 flags_lto |= implicit_flags;
5136 if (!binds_to_current_def && (flags || flags_lto))
5139 flags_lto = interposable_eaf_flags (flags_lto, implicit_flags);
5157 if (!(flags_lto & EAF_UNUSED)
5166 if ((f & flags_lto) != f
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.cc 5050 int flags_lto = 0; local
5058 flags_lto = summary_lto->arg_flags[ee->arg];
5062 flags_lto = deref_flags (flags_lto, ignore_stores);
5079 flags_lto |= implicit_flags;
5080 if (!binds_to_current_def && (flags || flags_lto))
5083 flags_lto = interposable_eaf_flags (flags_lto, implicit_flags);
5101 if (!(flags_lto & EAF_UNUSED)
5110 if ((f & flags_lto) != f
    [all...]

Completed in 18 milliseconds