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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.h 83 bool useful_p () const function
184 if (!a.useful_p ())
412 if (!base && !ref && !a.useful_p ())
422 if (!base && !ref && !a.useful_p ())
432 if (!ref && !a.useful_p ())
ipa-modref.cc 325 modref_summary::useful_p (int ecf_flags, bool check_flags) function in class:modref_summary
373 bool useful_p (int ecf_flags, bool check_flags = true);
398 modref_summary_lto::useful_p (int ecf_flags, bool check_flags) function in class:modref_summary_lto
1861 while (changed && m_summary->useful_p (m_ecf_flags, false))
1910 if ((!m_summary || !m_summary->useful_p (m_ecf_flags, false))
1912 || !m_summary_lto->useful_p (m_ecf_flags, false)))
3251 if (summary && !summary->useful_p (ecf_flags))
3261 if (summary_lto && !summary_lto->useful_p (ecf_flags))
3753 && r->useful_p (flags_from_decl_or_type (cnode->decl)))
3767 if (!r || !r->useful_p (flags_from_decl_or_type (cnode->decl))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.h 83 bool useful_p () const function
184 if (!a.useful_p ())
412 if (!base && !ref && !a.useful_p ())
422 if (!base && !ref && !a.useful_p ())
432 if (!ref && !a.useful_p ())
ipa-modref.cc 323 modref_summary::useful_p (int ecf_flags, bool check_flags) function in class:modref_summary
371 bool useful_p (int ecf_flags, bool check_flags = true);
396 modref_summary_lto::useful_p (int ecf_flags, bool check_flags) function in class:modref_summary_lto
1859 while (changed && m_summary->useful_p (m_ecf_flags, false))
1908 if ((!m_summary || !m_summary->useful_p (m_ecf_flags, false))
1910 || !m_summary_lto->useful_p (m_ecf_flags, false)))
3248 if (summary && !summary->useful_p (ecf_flags))
3258 if (summary_lto && !summary_lto->useful_p (ecf_flags))
3750 && r->useful_p (flags_from_decl_or_type (cnode->decl)))
3764 if (!r || !r->useful_p (flags_from_decl_or_type (cnode->decl))
    [all...]

Completed in 24 milliseconds