Searched refs:SSA_OP_VMUSTKILL (Results 1 – 6 of 6) sorted by relevance
208 #define SSA_OP_VMUSTKILL 0x40 /* V_MUST_DEF kills. */ macro213 #define SSA_OP_VIRTUAL_KILLS (SSA_OP_VMUSTKILL)
979 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()
743 SSA_OP_USE | SSA_OP_VUSE | SSA_OP_VMUSTKILL) in mark_def_sites()
1983 | SSA_OP_VMUSTDEF | SSA_OP_VMUSTKILL)) in compute_rvuse_and_antic_safe()
1028 (@code{SSA_OP_VMUSTKILL}). If all you want to look at are the
7248 (`SSA_OP_VMUSTDEF') and one for the kill portion (`SSA_OP_VMUSTKILL').