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

/openbsd-current/gnu/gcc/gcc/
H A Dvar-tracking.c113 MO_USE, /* Use location (REG or MEM). */ enumerator in enum:micro_operation_type
145 /* The instruction which the micro operation is in, for MO_USE,
1630 ? MO_USE : MO_USE_NO_VAR);
1641 mo->type = MO_USE;
1733 case MO_USE:
2603 case MO_USE:
2854 while (n1 < n2 && VTI (bb)->mos[n1].type == MO_USE)

Completed in 179 milliseconds