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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 3882 tree_invariant_p). */
3906 if (!tree_invariant_p (TREE_OPERAND (op, 1))
3934 tree_invariant_p (tree t)
4024 large expressions with tree_invariant_p unnecessarily.
4026 we should limit the depth of the tree_invariant_p and
4031 && tree_invariant_p (TREE_OPERAND (expr, 0)))
4033 else if (tree_invariant_p (TREE_OPERAND (expr, 1)))
4035 else if (tree_invariant_p (TREE_OPERAND (expr, 0)))
4782 if (tree_invariant_p (e))
3922 tree_invariant_p (tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 3843 tree_invariant_p). */
3867 if (!tree_invariant_p (TREE_OPERAND (op, 1))
3895 tree_invariant_p (tree t)
3985 large expressions with tree_invariant_p unnecessarily.
3987 we should limit the depth of the tree_invariant_p and
3992 && tree_invariant_p (TREE_OPERAND (expr, 0)))
3994 else if (tree_invariant_p (TREE_OPERAND (expr, 1)))
3996 else if (tree_invariant_p (TREE_OPERAND (expr, 0)))
4742 if (tree_invariant_p (e))
3883 tree_invariant_p (tree t) function

Completed in 82 milliseconds