Searched refs:SSA_OP_VMUSTKILL (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-operands.h208 #define SSA_OP_VMUSTKILL 0x40 /* V_MUST_DEF kills. */ macro
213 #define SSA_OP_VIRTUAL_KILLS (SSA_OP_VMUSTKILL)
H A Dtree-flow-inline.h979 ptr->mustkills = (flags & SSA_OP_VMUSTKILL) ? MUSTDEF_OPS (stmt) : NULL;
1073 op_iter_init (ptr, stmt, SSA_OP_VMUSTKILL);
1086 op_iter_init (ptr, stmt, SSA_OP_VMUSTKILL|SSA_OP_VMAYUSE);
H A Dtree-into-ssa.c743 SSA_OP_USE | SSA_OP_VUSE | SSA_OP_VMUSTKILL)
H A Dtree-ssa-pre.c2000 | SSA_OP_VMUSTDEF | SSA_OP_VMUSTKILL))

Completed in 120 milliseconds