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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 543 is_gimple_mem_rhs (tree t) function
5180 one = gimplify_expr (expr_p, pre_p, post_p, is_gimple_mem_rhs, fb_rvalue);
5189 always be true for all scalars, since is_gimple_mem_rhs insists on a
17736 || gimple_test_f == is_gimple_mem_rhs
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 523 is_gimple_mem_rhs (tree t) function
4785 one = gimplify_expr (expr_p, pre_p, post_p, is_gimple_mem_rhs, fb_rvalue);
4794 always be true for all scalars, since is_gimple_mem_rhs insists on a
14950 || gimple_test_f == is_gimple_mem_rhs

Completed in 36 milliseconds