Home
last modified time | relevance | path

Searched refs:iloop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-loop-interchange.cc296 loop_cand::can_interchange_p (loop_cand *iloop) in can_interchange_p() argument
303 if ((iloop == NULL && m_loop->inner != NULL) in can_interchange_p()
304 || (iloop != NULL && iloop->m_loop->inner != NULL)) in can_interchange_p()
342 if (iloop != NULL in can_interchange_p()
348 if (!iloop || !gimple_vuse (stmt)) in can_interchange_p()
353 if (iloop->find_reduction_by_stmt (stmt)) 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()
375 || bb == iloop->m_exit->dest) in can_interchange_p()
599 loop_cand::analyze_oloop_reduction_var (loop_cand *iloop, tree var) in analyze_oloop_reduction_var() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-loop-interchange.cc296 loop_cand::can_interchange_p (loop_cand *iloop) in can_interchange_p() argument
303 if ((iloop == NULL && m_loop->inner != NULL) in can_interchange_p()
304 || (iloop != NULL && iloop->m_loop->inner != NULL)) in can_interchange_p()
342 if (iloop != NULL in can_interchange_p()
348 if (!iloop || !gimple_vuse (stmt)) in can_interchange_p()
353 if (iloop->find_reduction_by_stmt (stmt)) 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()
375 || bb == iloop->m_exit->dest) in can_interchange_p()
599 loop_cand::analyze_oloop_reduction_var (loop_cand *iloop, tree var) in analyze_oloop_reduction_var() argument
[all …]
/netbsd-src/sys/arch/newsmips/dev/
H A Dscsi_1185.c183 int iloop; in WAIT_STATR_BITCLR() local
186 iloop = 0; in WAIT_STATR_BITCLR()
190 if (iloop++ > CHECK_LOOP_CNT) in WAIT_STATR_BITCLR()
199 int iloop; in WAIT_STATR_BITSET() local
202 iloop = 0; in WAIT_STATR_BITSET()
206 if (iloop++ > CHECK_LOOP_CNT) in WAIT_STATR_BITSET()
415 int iloop; in scintr() local
431 for (iloop = 0; iloop < 100; iloop++) { in scintr()
822 int iloop; in sc_resel() local
870 iloop = 0; in sc_resel()
[all …]