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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 191 class loop *m_loop; member in class:loop_cand
214 : m_loop (loop), m_outer (outer), m_exit (single_exit (loop)),
303 if ((iloop == NULL && m_loop->inner != NULL)
304 || (iloop != NULL && iloop->m_loop->inner != NULL))
318 for (unsigned i = 0; i < m_loop->num_nodes; i++)
325 if (bb->loop_father != m_loop)
363 && single_use_in_loop (lhs, iloop->m_loop))
374 if (!iloop || bb == m_loop->header
467 tree init = PHI_ARG_DEF_FROM_EDGE (phi, loop_preheader_edge (m_loop));
468 tree next = PHI_ARG_DEF_FROM_EDGE (phi, loop_latch_edge (m_loop));
    [all...]
tree-predcom.cc 393 pcom_worker (loop_p l) : m_loop (l), m_cache (NULL) {}
415 loop_p m_loop; member in class:pcom_worker
898 bool eliminate_store_p = single_exit (m_loop) != NULL;
899 basic_block last_always_executed = last_always_executed_block (m_loop);
1013 tree niters = number_of_latch_executions (m_loop);
1083 basic_block ba, bp = m_loop->header;
1090 if (!just_once_each_iteration_p (m_loop, ba))
1412 edge latch = loop_latch_edge (m_loop);
1430 for (psi = gsi_start_phis (m_loop->header); !gsi_end_p (psi); gsi_next (&psi))
1436 entry_vuse = PHI_ARG_DEF_FROM_EDGE (p, loop_preheader_edge (m_loop));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 191 class loop *m_loop; member in class:loop_cand
214 : m_loop (loop), m_outer (outer), m_exit (single_exit (loop)),
303 if ((iloop == NULL && m_loop->inner != NULL)
304 || (iloop != NULL && iloop->m_loop->inner != NULL))
318 for (unsigned i = 0; i < m_loop->num_nodes; i++)
325 if (bb->loop_father != m_loop)
363 && single_use_in_loop (lhs, iloop->m_loop))
374 if (!iloop || bb == m_loop->header
467 tree init = PHI_ARG_DEF_FROM_EDGE (phi, loop_preheader_edge (m_loop));
468 tree next = PHI_ARG_DEF_FROM_EDGE (phi, loop_latch_edge (m_loop));
    [all...]
tree-predcom.cc 393 pcom_worker (loop_p l) : m_loop (l), m_cache (NULL) {}
415 loop_p m_loop; member in class:pcom_worker
898 bool eliminate_store_p = single_exit (m_loop) != NULL;
899 basic_block last_always_executed = last_always_executed_block (m_loop);
1013 tree niters = number_of_latch_executions (m_loop);
1083 basic_block ba, bp = m_loop->header;
1090 if (!just_once_each_iteration_p (m_loop, ba))
1381 edge latch = loop_latch_edge (m_loop);
1399 for (psi = gsi_start_phis (m_loop->header); !gsi_end_p (psi); gsi_next (&psi))
1405 entry_vuse = PHI_ARG_DEF_FROM_EDGE (p, loop_preheader_edge (m_loop));
    [all...]
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 14219 m_loop: label
14222 dbf.w %d0,m_loop # given in d0
fpsp.s 24258 m_loop: label
24261 dbf.w %d0,m_loop # given in d0

Completed in 58 milliseconds