Searched refs:MO_VAL_USE (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c131 MO_VAL_USE, /* Use location which is associated with a value. */ enumerator in enum:micro_operation_type
147 "MO_VAL_USE",
183 of the assignment. For MO_VAL_USE and MO_VAL_SET, it is a
4896 return MO_VAL_USE;
5057 moa.type = MO_VAL_USE;
5107 else if (type == MO_VAL_USE)
5133 moa.type = MO_VAL_USE;
5154 /* The loc of a MO_VAL_USE may have two forms:
5365 mo.type = MO_VAL_USE;
5436 moa.type = MO_VAL_USE;
[all...]

Completed in 120 milliseconds