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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 1643 strip_nop_cond_scalar_reduction (bool has_nop, tree op) function
1787 r_nop1 = strip_nop_cond_scalar_reduction (*has_nop, r_op1);
1788 r_nop2 = strip_nop_cond_scalar_reduction (*has_nop, r_op2);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 1611 strip_nop_cond_scalar_reduction (bool has_nop, tree op) function
1754 r_nop1 = strip_nop_cond_scalar_reduction (*has_nop, r_op1);
1755 r_nop2 = strip_nop_cond_scalar_reduction (*has_nop, r_op2);

Completed in 20 milliseconds