HomeSort by: relevance | last modified time | path
    Searched defs:MO_VAL_SET (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 140 MO_VAL_SET, /* Set location associated with a value. */
156 "MO_VAL_SET",
190 of the assignment. For MO_VAL_USE and MO_VAL_SET, it is a
5533 return MO_VAL_SET;
5967 if ((GET_CODE (expr) == CLOBBER && type != MO_VAL_SET)
5980 gcc_checking_assert (type == MO_VAL_SET);
6030 if (MEM_P (loc) && type == MO_VAL_SET
6079 if (type != MO_VAL_SET)
6111 /* Don't record MO_VAL_SET for VALUEs that can be described using
6196 /* The loc of a MO_VAL_SET may have various forms
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 137 MO_VAL_SET, /* Set location associated with a value. */
153 "MO_VAL_SET",
187 of the assignment. For MO_VAL_USE and MO_VAL_SET, it is a
5548 return MO_VAL_SET;
5982 if ((GET_CODE (expr) == CLOBBER && type != MO_VAL_SET)
5995 gcc_checking_assert (type == MO_VAL_SET);
6045 if (MEM_P (loc) && type == MO_VAL_SET
6094 if (type != MO_VAL_SET)
6126 /* Don't record MO_VAL_SET for VALUEs that can be described using
6211 /* The loc of a MO_VAL_SET may have various forms
    [all...]

Completed in 33 milliseconds