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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c133 MO_VAL_SET, /* Set location associated with a value. */ enumerator in enum:micro_operation_type
149 "MO_VAL_SET",
183 of the assignment. For MO_VAL_USE and MO_VAL_SET, it is a
4889 return MO_VAL_SET;
4968 /* Whether the location is a CONCAT of the MO_VAL_SET expression and
5316 if ((GET_CODE (expr) == CLOBBER && type != MO_VAL_SET)
5350 if (MEM_P (loc) && type == MO_VAL_SET
5409 if (type != MO_VAL_SET)
5486 /* The loc of a MO_VAL_SET may have various forms:
5530 mo.type = MO_VAL_SET;
[all...]

Completed in 105 milliseconds