Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dvar-tracking.c134 MO_VAL_LOC, /* Use location which appears in a debug insn. */ enumerator
4970 return MO_VAL_LOC; in use_type()
5132 if (type == MO_VAL_LOC) in add_uses()
6029 while (n1 < n2 && mos[n1].type != MO_VAL_LOC) in add_with_sets()
6031 while (n1 < n2 && mos[n2].type == MO_VAL_LOC) in add_with_sets()
6202 case MO_VAL_LOC: in compute_bb_dataflow()
8608 case MO_VAL_LOC: in emit_notes_in_bb()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvar-tracking.c136 MO_VAL_LOC, /* Use location which appears in a debug insn. */ enumerator
5524 return MO_VAL_LOC; in use_type()
5689 if (type == MO_VAL_LOC) in add_uses()
6618 while (n1 < n2 && mos[n1].type != MO_VAL_LOC) in add_with_sets()
6620 while (n1 < n2 && mos[n2].type == MO_VAL_LOC) in add_with_sets()
6776 case MO_VAL_LOC: in compute_bb_dataflow()
9275 case MO_VAL_LOC: in emit_notes_in_bb()