Searched refs:oloop (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 1061 tree_loop_interchange::interchange_loops (loop_cand &iloop, loop_cand &oloop) in interchange_loops() argument 1078 for (unsigned i = 0; oloop.m_reductions.iterate (i, &re); ++i) in interchange_loops() 1095 o_niters = number_of_latch_executions (oloop.m_loop); in interchange_loops() 1096 if (oloop.m_loop != loop_nest) in interchange_loops() 1098 o_niters = analyze_scalar_evolution (loop_outer (oloop.m_loop), o_niters); in interchange_loops() 1099 o_niters = instantiate_scev (instantiate_below, loop_outer (oloop.m_loop), in interchange_loops() 1107 move_code_to_inner_loop (oloop.m_loop, iloop.m_loop, oloop.m_bbs); in interchange_loops() 1110 map_inductions_to_loop (oloop, iloop); in interchange_loops() 1111 map_inductions_to_loop (iloop, oloop); in interchange_loops() 1117 create_canonical_iv (oloop.m_loop, oloop.m_exit, in interchange_loops() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 1061 tree_loop_interchange::interchange_loops (loop_cand &iloop, loop_cand &oloop) in interchange_loops() argument 1078 for (unsigned i = 0; oloop.m_reductions.iterate (i, &re); ++i) in interchange_loops() 1095 o_niters = number_of_latch_executions (oloop.m_loop); in interchange_loops() 1096 if (oloop.m_loop != loop_nest) in interchange_loops() 1098 o_niters = analyze_scalar_evolution (loop_outer (oloop.m_loop), o_niters); in interchange_loops() 1099 o_niters = instantiate_scev (instantiate_below, loop_outer (oloop.m_loop), in interchange_loops() 1107 move_code_to_inner_loop (oloop.m_loop, iloop.m_loop, oloop.m_bbs); in interchange_loops() 1110 map_inductions_to_loop (oloop, iloop); in interchange_loops() 1111 map_inductions_to_loop (iloop, oloop); in interchange_loops() 1117 create_canonical_iv (oloop.m_loop, oloop.m_exit, in interchange_loops() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/ |
H A D | lvm2create_initrd | 352 mount -oloop $DEVRAM $TMPMNT
|