HomeSort by: relevance | last modified time | path
    Searched defs:safe_from_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 7420 safe_from_p has been called.
8749 safe_from_p (const_rtx x, tree exp, int top_p)
8799 if (TREE_VALUE (exp) && !safe_from_p (x, TREE_VALUE (exp), 0))
8805 return safe_from_p (x, exp, 0);
8814 if ((ce->index != NULL_TREE && !safe_from_p (x, ce->index, 0))
8815 || !safe_from_p (x, ce->value, 0))
8830 || safe_from_p (x, DECL_INITIAL (DECL_EXPR_DECL (exp)), 0));
8834 if (!safe_from_p (x, TREE_OPERAND (exp, 1), 0))
8839 return safe_from_p (x, TREE_OPERAND (exp, 0), 0);
8856 || safe_from_p (x, TREE_OPERAND (exp, 0), 0)
8732 safe_from_p (const_rtx x, tree exp, int top_p) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 6736 safe_from_p has been called.
8036 safe_from_p (const_rtx x, tree exp, int top_p)
8086 if (TREE_VALUE (exp) && !safe_from_p (x, TREE_VALUE (exp), 0))
8092 return safe_from_p (x, exp, 0);
8101 if ((ce->index != NULL_TREE && !safe_from_p (x, ce->index, 0))
8102 || !safe_from_p (x, ce->value, 0))
8117 || safe_from_p (x, DECL_INITIAL (DECL_EXPR_DECL (exp)), 0));
8121 if (!safe_from_p (x, TREE_OPERAND (exp, 1), 0))
8126 return safe_from_p (x, TREE_OPERAND (exp, 0), 0);
8143 || safe_from_p (x, TREE_OPERAND (exp, 0), 0)
8019 safe_from_p (const_rtx x, tree exp, int top_p) function
    [all...]

Completed in 38 milliseconds