Searched refs:SSA_OP_VMAYUSE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-ssa-operands.h | 205 #define SSA_OP_VMAYUSE 0x08 /* USE portion of V_MAY_DEFS. */ macro 211 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE)
|
| D | tree-flow-inline.h | 977 ptr->mayuses = (flags & SSA_OP_VMAYUSE) ? MAYDEF_OPS (stmt) : NULL; in op_iter_init() 1059 op_iter_init (ptr, stmt, SSA_OP_VMAYUSE); in op_iter_init_maydef() 1086 op_iter_init (ptr, stmt, SSA_OP_VMUSTKILL|SSA_OP_VMAYUSE); in op_iter_init_must_and_may_def()
|
| D | tree-ssa-pre.c | 1999 && !ZERO_SSA_OPERANDS (stmt, SSA_OP_VMAYUSE | SSA_OP_VMAYDEF in compute_rvuse_and_antic_safe() 2007 | SSA_OP_VMAYUSE) in compute_rvuse_and_antic_safe()
|
| D | ChangeLog-2004 | 16750 (SSA_OP_USE, SSA_OP_DEF, SSA_OP_VUSE, SSA_OP_VMAYUSE, SSA_OP_VMAYDEF,
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | tree-ssa.texi | 966 #define SSA_OP_VMAYUSE 0x08 /* @r{USE portion of V_MAY_DEFS.} */ 971 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE) 1009 (@code{SSA_OP_VMAYUSE}). If all you want to look at are the
|