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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-operands.c125 static void get_expr_operands (tree, tree *, int);
1201 get_expr_operands. FULL_REF is a tree that contains the entire
1350 get_expr_operands. If *VAR_P is a GIMPLE register, it will be added to
1391 /* A subroutine of get_expr_operands to handle INDIRECT_REF,
1397 FLAGS is as in get_expr_operands.
1406 calling get_expr_operands on the base pointer, and false if
1482 get_expr_operands (stmt, pptr, opf_none);
1486 /* A subroutine of get_expr_operands to handle TARGET_MEM_REF. */
1497 get_expr_operands (stmt, &TMR_BASE (expr), opf_none);
1498 get_expr_operands (stm
1843 get_expr_operands (tree stmt, tree *expr_p, int flags) function
[all...]

Completed in 110 milliseconds