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

/openbsd-current/gnu/gcc/gcc/
H A Dlanghooks.h318 /* Hook called by safe_from_p for language-specific tree codes. It is
320 codes that safe_from_p needs to know about. Since same_from_p will
323 call safe_from_p; it should always pass `0' as the TOP_P
325 int (*safe_from_p) (rtx, tree); member in struct:lang_hooks
H A Dexpr.c4898 safe_from_p has been called.
6097 safe_from_p (rtx x, tree exp, int top_p)
6147 if (TREE_VALUE (exp) && !safe_from_p (x, TREE_VALUE (exp), 0))
6153 return safe_from_p (x, exp, 0);
6164 if ((ce->index != NULL_TREE && !safe_from_p (x, ce->index, 0))
6165 || !safe_from_p (x, ce->value, 0))
6180 || safe_from_p (x, DECL_INITIAL (DECL_EXPR_DECL (exp)), 0));
6184 if (!safe_from_p (x, TREE_OPERAND (exp, 1), 0))
6189 return safe_from_p (x, TREE_OPERAND (exp, 0), 0);
6205 || safe_from_p (
6080 safe_from_p (rtx x, tree exp, int top_p) function
[all...]
H A Dexpr.h744 extern int safe_from_p (rtx, tree, int);
H A Dbuiltins.c4835 return expand_abs (mode, op0, target, 0, safe_from_p (target, arg, 1));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlanghooks.h264 /* Hook called by safe_from_p for language-specific tree codes. It is
266 codes that safe_from_p needs to know about. Since same_from_p will
269 call safe_from_p; it should always pass `0' as the TOP_P
271 int (*safe_from_p) PARAMS ((rtx, tree)); member in struct:lang_hooks
H A Dexpr.c4872 safe_from_p has been called.
6064 safe_from_p (x, exp, top_p)
6104 top-level safe_from_p call, and if it has a complex subexpression,
6119 rtn = safe_from_p (x, exp, 0);
6142 if (TREE_VALUE (exp) && !safe_from_p (x, TREE_VALUE (exp), 0))
6148 return safe_from_p (x, exp, 0);
6158 if (!safe_from_p (x, TREE_OPERAND (exp, 1), 0))
6163 return safe_from_p (x, TREE_OPERAND (exp, 0), 0);
6179 || safe_from_p (x, TREE_OPERAND (exp, 0), 0))
6226 return safe_from_p (
6048 safe_from_p (x, exp, top_p) function
[all...]
H A Dexpr.h787 extern int safe_from_p PARAMS ((rtx, tree, int));
H A Dc-common.c4381 /* Hook used by safe_from_p to handle language-specific tree codes. */
4397 && !safe_from_p (target, DECL_INITIAL (decl), /*top_p=*/0))
4403 return safe_from_p (target, TREE_CHAIN (exp), /*top_p=*/0);

Completed in 332 milliseconds