Home
last modified time | relevance | path

Searched refs:SSA_OP_VMAYUSE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-operands.h205 #define SSA_OP_VMAYUSE 0x08 /* USE portion of V_MAY_DEFS. */ macro
211 #define SSA_OP_VIRTUAL_USES (SSA_OP_VUSE | SSA_OP_VMAYUSE)
Dtree-flow-inline.h977 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()
Dtree-ssa-pre.c1999 && !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()
DChangeLog-200416750 (SSA_OP_USE, SSA_OP_DEF, SSA_OP_VUSE, SSA_OP_VMAYUSE, SSA_OP_VMAYDEF,
/freebsd-12-stable/contrib/gcc/doc/
Dtree-ssa.texi966 #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