Home
last modified time | relevance | path

Searched refs:MUSTDEF_OPS (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-operands.h118 #define MUSTDEF_OPS(STMT) (stmt_ann (STMT)->operands.mustdef_ops) macro
H A Dtree-ssa-operands.c866 old_ops = MUSTDEF_OPS (stmt); in finalize_ssa_v_must_def_ops()
912 MUSTDEF_OPS (stmt) = new_list.next; in finalize_ssa_v_must_def_ops()
917 for (ptr = MUSTDEF_OPS (stmt); ptr; ptr = ptr->next) in finalize_ssa_v_must_def_ops()
H A Dtree-flow-inline.h978 ptr->mustdefs = (flags & SSA_OP_VMUSTDEF) ? MUSTDEF_OPS (stmt) : NULL; in op_iter_init()
979 ptr->mustkills = (flags & SSA_OP_VMUSTKILL) ? MUSTDEF_OPS (stmt) : NULL; in op_iter_init()