Searched refs:any_debug_changes (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c1370 bool any_debug_changes = false;
1392 any_debug_changes = true;
1399 if (MAY_HAVE_DEBUG_BIND_INSNS && any_debug_changes)
1409 any_debug_changes = false;
1416 any_debug_changes = true;
1420 if (MAY_HAVE_DEBUG_BIND_INSNS && any_debug_changes)
1369 bool any_debug_changes = false; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc1388 bool any_debug_changes = false;
1410 any_debug_changes = true;
1417 if (MAY_HAVE_DEBUG_BIND_INSNS && any_debug_changes)
1424 any_debug_changes = false;
1431 any_debug_changes = true;
1435 if (MAY_HAVE_DEBUG_BIND_INSNS && any_debug_changes)
1387 bool any_debug_changes = false; local

Completed in 104 milliseconds