Searched refs:safe_from_p (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dbuiltins.c4846 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1));
H A Dexpr.c4894 safe_from_p has been called.
6142 safe_from_p (rtx x, tree exp, int top_p)
6192 if (TREE_VALUE (exp) && !safe_from_p (x, TREE_VALUE (exp), 0))
6198 return safe_from_p (x, exp, 0);
6209 if ((ce->index != NULL_TREE && !safe_from_p (x, ce->index, 0))
6210 || !safe_from_p (x, ce->value, 0))
6225 || safe_from_p (x, DECL_INITIAL (DECL_EXPR_DECL (exp)), 0));
6229 if (!safe_from_p (x, TREE_OPERAND (exp, 1), 0))
6234 return safe_from_p (x, TREE_OPERAND (exp, 0), 0);
6250 || safe_from_p (
6125 safe_from_p (rtx x, tree exp, int top_p) function
[all...]
H A Dexpr.h743 extern int safe_from_p (rtx, tree, int);
H A Dlanghooks.h328 /* Hook called by safe_from_p for language-specific tree codes. It is
330 codes that safe_from_p needs to know about. Since same_from_p will
333 call safe_from_p; it should always pass `0' as the TOP_P
335 int (*safe_from_p) (rtx, tree); member in struct:lang_hooks

Completed in 147 milliseconds