Home
last modified time | relevance | path

Searched refs:MO_SET (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
Dvfs.h77 #define MO_SET 0x01 /* option is set */ macro
81 #define MO_DEFAULT MO_SET /* option is on by default */
/freebsd-10-stable/contrib/gcc/
Dvar-tracking.c116 MO_SET, /* Set location. */ enumerator
1702 mo->type = MO_SET; in add_stores()
1723 mo->type = MO_SET; in add_stores()
1766 case MO_SET: in compute_bb_dataflow()
2638 case MO_SET: in emit_notes_in_bb()
2910 while (n1 < n2 && (VTI (bb)->mos[n2].type == MO_SET in vt_initialize()
DChangeLog-20062960 known locations for MO_SET and MO_CLOBBER.