Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgdbinit.in11 set debug_rtx_list ($, debug_rtx_count)
17 Uses variable debug_rtx_count to control number of insns printed:
18 debug_rtx_count > 0: print from $ on.
19 debug_rtx_count < 0: print a window around $.
H A Dprint-rtl.c662 int debug_rtx_count = 0; /* 0 is treated as equivalent to 1 */ variable
721 debug_rtx_list (x, debug_rtx_count); in debug_rtx_find()