Searched refs:m_loop (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 191 class loop *m_loop; member in loop_cand 214 : 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 …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 191 class loop *m_loop; member in loop_cand 214 : 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 …]
|
H A D | tree-predcom.cc | 393 pcom_worker (loop_p l) : m_loop (l), m_cache (NULL) {} in pcom_worker() 415 loop_p m_loop; member in pcom_worker 898 bool eliminate_store_p = single_exit (m_loop) != NULL; in split_data_refs_to_components() 899 basic_block last_always_executed = last_always_executed_block (m_loop); in split_data_refs_to_components() 1013 tree niters = number_of_latch_executions (m_loop); in split_data_refs_to_components() 1083 basic_block ba, bp = m_loop->header; in suitable_component_p() 1090 if (!just_once_each_iteration_p (m_loop, ba)) in suitable_component_p() 1381 edge latch = loop_latch_edge (m_loop); in find_looparound_phi() 1399 for (psi = gsi_start_phis (m_loop->header); !gsi_end_p (psi); gsi_next (&psi)) in find_looparound_phi() 1405 entry_vuse = PHI_ARG_DEF_FROM_EDGE (p, loop_preheader_edge (m_loop)); in find_looparound_phi() [all …]
|
H A D | ChangeLog-2021 | 19475 (pcom_worker::m_loop): ... this.
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | bindec.sa | 791 m_loop: 794 dbf.w d0,m_loop ;given in d0
|