Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-param-manipulation.cc1197 if (!MAY_HAVE_DEBUG_STMTS) in mark_dead_statements()
1494 if (MAY_HAVE_DEBUG_STMTS in common_initialization()
1502 if (MAY_HAVE_DEBUG_STMTS in common_initialization()
2334 if (MAY_HAVE_DEBUG_STMTS && single_succ_p (ENTRY_BLOCK_PTR_FOR_FN (cfun))) in reset_debug_stmts()
Dtree-cfgcleanup.cc477 if (!MAY_HAVE_DEBUG_STMTS) in move_debug_stmts_from_forwarder()
Dtree-ssa-threadupdate.cc1252 if (MAY_HAVE_DEBUG_STMTS) in ssa_create_duplicates()
Dtree.h1194 #define MAY_HAVE_DEBUG_STMTS \ macro
DChangeLog-20113322 (update_debug_stmts): Remove MAY_HAVE_DEBUG_STMTS test.
3325 free_dominance_info. Add MAY_HAVE_DEBUG_STMTS before calling
25653 lieu of MAY_HAVE_DEBUG_STMTS.
25655 debug statements if !MAY_HAVE_DEBUG_STMTS.
DChangeLog-201219550 instead of no-longer-available tree.h's MAY_HAVE_DEBUG_STMTS.
19589 (cfgcleanup.c): Look at MAY_HAVE_DEBUG_INSNS, not MAY_HAVE_DEBUG_STMTS.
21603 * sese.c (sese_build_liveouts): Use MAY_HAVE_DEBUG_STMTS instead
DChangeLog-20213519 (MAY_HAVE_DEBUG_STMTS): Use options directly.
3701 (MAY_HAVE_DEBUG_STMTS): Use options directly.
DChangeLog-200911250 * tree.h (MAY_HAVE_DEBUG_STMTS): New.
DChangeLog-20173331 (MAY_HAVE_DEBUG_STMTS): ... this. Check both.
DChangeLog-201543700 function MAY_HAVE_DEBUG_STMTS.