Lines Matching defs:MO_VAL_USE
135 MO_VAL_USE, /* Use location which is associated with a value. */
151 "MO_VAL_USE",
187 of the assignment. For MO_VAL_USE and MO_VAL_SET, it is a
5555 return MO_VAL_USE;
5759 else if (type == MO_VAL_USE)
5792 /* The loc of a MO_VAL_USE may have two forms:
6158 moa.type = MO_VAL_USE;
6613 /* Order the MO_USEs to be before MO_USE_NO_VARs and MO_VAL_USE, and
6664 while (n1 < n2 && mos[n1].type == MO_VAL_USE)
6666 while (n1 < n2 && mos[n2].type != MO_VAL_USE)
6823 case MO_VAL_USE:
9346 case MO_VAL_USE: