Home
last modified time | relevance | path

Searched refs:SSA_OP_VMUSTKILL (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-operands.h208 #define SSA_OP_VMUSTKILL 0x40 /* V_MUST_DEF kills. */ macro
213 #define SSA_OP_VIRTUAL_KILLS (SSA_OP_VMUSTKILL)
Dtree-flow-inline.h979 ptr->mustkills = (flags & SSA_OP_VMUSTKILL) ? MUSTDEF_OPS (stmt) : NULL; in op_iter_init()
1073 op_iter_init (ptr, stmt, SSA_OP_VMUSTKILL); in op_iter_init_mustdef()
1086 op_iter_init (ptr, stmt, SSA_OP_VMUSTKILL|SSA_OP_VMAYUSE); in op_iter_init_must_and_may_def()
Dtree-into-ssa.c743 SSA_OP_USE | SSA_OP_VUSE | SSA_OP_VMUSTKILL) in mark_def_sites()
Dtree-ssa-pre.c1983 | SSA_OP_VMUSTDEF | SSA_OP_VMUSTKILL)) in compute_rvuse_and_antic_safe()
/openbsd/src/gnu/gcc/gcc/doc/
Dtree-ssa.texi1028 (@code{SSA_OP_VMUSTKILL}). If all you want to look at are the
Dgccint.info7248 (`SSA_OP_VMUSTDEF') and one for the kill portion (`SSA_OP_VMUSTKILL').