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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.cc 2046 bool merge_deref (const modref_lattice &with, bool ignore_stores);
2187 modref_lattice::merge_deref (const modref_lattice &with, bool ignore_stores) function in class:__anon13787::modref_lattice
2722 m_lattice[index].merge_deref (m_lattice[src_index], false);
2857 ch = m_lattice[target].merge_deref (m_lattice[index],
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.cc 2043 bool merge_deref (const modref_lattice &with, bool ignore_stores);
2184 modref_lattice::merge_deref (const modref_lattice &with, bool ignore_stores) function in class:__anon16217::modref_lattice
2719 m_lattice[index].merge_deref (m_lattice[src_index], false);
2854 ch = m_lattice[target].merge_deref (m_lattice[index],

Completed in 19 milliseconds