Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgloop.cc1316 unsigned sdepth, ddepth; in find_common_loop() local
1322 ddepth = loop_depth (loop_d); in find_common_loop()
1324 if (sdepth < ddepth) in find_common_loop()
1326 else if (sdepth > ddepth) in find_common_loop()
1327 loop_s = (*loop_s->superloops)[ddepth]; in find_common_loop()