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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c869 std::list<fma_root_node *>::iterator root_iter; local
875 for (root_iter = (*forest_iter)->get_roots ()->begin ();
876 root_iter != (*forest_iter)->get_roots ()->end (); ++root_iter)
879 process_root (*forest_iter, *root_iter);
880 to_process.safe_push (*root_iter);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc869 std::list<fma_root_node *>::iterator root_iter; local
875 for (root_iter = (*forest_iter)->get_roots ()->begin ();
876 root_iter != (*forest_iter)->get_roots ()->end (); ++root_iter)
879 process_root (*forest_iter, *root_iter);
880 to_process.safe_push (*root_iter);

Completed in 143 milliseconds