Searched refs:m_loop (Results 1 – 1 of 1) sorted by relevance
191 struct loop *m_loop; member214 : m_loop (loop), m_outer (outer), m_exit (single_exit (loop)), in loop_cand()303 if ((iloop == NULL && m_loop->inner != NULL) in can_interchange_p()304 || (iloop != NULL && iloop->m_loop->inner != NULL)) in can_interchange_p()318 for (unsigned i = 0; i < m_loop->num_nodes; i++) in can_interchange_p()325 if (bb->loop_father != m_loop) in can_interchange_p()363 && single_use_in_loop (lhs, iloop->m_loop)) in can_interchange_p()374 if (!iloop || bb == m_loop->header in can_interchange_p()467 tree init = PHI_ARG_DEF_FROM_EDGE (phi, loop_preheader_edge (m_loop)); in analyze_iloop_reduction_var()468 tree next = PHI_ARG_DEF_FROM_EDGE (phi, loop_latch_edge (m_loop)); in analyze_iloop_reduction_var()[all …]