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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c132 MO_VAL_LOC, /* Use location which appears in a debug insn. */ enumerator in enum:micro_operation_type
148 "MO_VAL_LOC",
185 MO_VAL_LOC, it is a CONCAT of the VALUE and the VAR_LOCATION
4873 return MO_VAL_LOC;
4985 /* Helper function for MO_VAL_LOC handling. Return non-zero if
5032 if (type == MO_VAL_LOC)
5567 MO_VAL_LOC last. */
5587 while (n1 < n2 && mos[n1].type != MO_VAL_LOC)
5589 while (n1 < n2 && mos[n2].type == MO_VAL_LOC)
5759 case MO_VAL_LOC
[all...]

Completed in 115 milliseconds