Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-operands.c1574 bool not_read; in add_call_clobber_ops() local
1582 not_read = not_read_b ? bitmap_bit_p (not_read_b, in add_call_clobber_ops()
1613 if (!not_read) in add_call_clobber_ops()
1651 bool not_read; in add_call_read_ops() local
1661 not_read = not_read_b ? bitmap_bit_p (not_read_b, DECL_UID (real_var)) in add_call_read_ops()
1664 if (not_read) in add_call_read_ops()
DChangeLog-200614870 Add use of static not_read information.