Searched refs:VUSE_OPS (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-operands.h116 #define VUSE_OPS(STMT) (stmt_ann (STMT)->operands.vuse_ops) macro
H A Dtree-ssa-operands.c725 old_ops = VUSE_OPS (stmt);
771 VUSE_OPS (stmt) = new_list.next;
776 for (ptr = VUSE_OPS (stmt); ptr; ptr = ptr->next)
H A Dtree-flow-inline.h975 ptr->vuses = (flags & SSA_OP_VUSE) ? VUSE_OPS (stmt) : NULL;

Completed in 186 milliseconds