Home
last modified time | relevance | path

Searched refs:old_nloops (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-init.cc204 unsigned old_nloops, i; in fix_loop_structure() local
262 old_nloops = number_of_loops (cfun); in fix_loop_structure()
303 >= old_nloops) in fix_loop_structure()
331 return number_of_loops (cfun) - old_nloops; in fix_loop_structure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-init.c198 unsigned old_nloops, i; in fix_loop_structure() local
256 old_nloops = number_of_loops (cfun); in fix_loop_structure()
296 >= old_nloops) in fix_loop_structure()
324 return number_of_loops (cfun) - old_nloops; in fix_loop_structure()