Searched refs:m_fma_forests (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c229 std::list<fma_forest *> m_fma_forests; variable
714 this->m_fma_forests.clear ();
732 this->m_fma_forests.remove (forest);
791 this->m_fma_forests.push_back (forest);
850 THIS->m_fma_forests, calling PROCESS_FOREST () on each fma_forest object in
851 THIS->m_fma_forests list, PROCESS_ROOT () on each tree root and
866 for (forest_iter = this->m_fma_forests.begin ();
867 forest_iter != this->m_fma_forests.end (); ++forest_iter)
1020 if (dump_file && !this->m_fma_forests.empty ())
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc229 std::list<fma_forest *> m_fma_forests; member in class:func_fma_steering
714 this->m_fma_forests.clear ();
732 this->m_fma_forests.remove (forest);
791 this->m_fma_forests.push_back (forest);
850 THIS->m_fma_forests, calling PROCESS_FOREST () on each fma_forest object in
851 THIS->m_fma_forests list, PROCESS_ROOT () on each tree root and
866 for (forest_iter = this->m_fma_forests.begin ();
867 forest_iter != this->m_fma_forests.end (); ++forest_iter)
1020 if (dump_file && !this->m_fma_forests.empty ())

Completed in 90 milliseconds