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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 1678 gimple **nop_reduc)
1767 *nop_reduc = stmt;
1769 if (gimple_bb (stmt) != gimple_bb (*nop_reduc)
1855 bool has_nop, gimple* nop_reduc,
1910 TREE_TYPE (gimple_assign_lhs (nop_reduc)), rhs);
1911 stmt_it = gsi_for_stmt (nop_reduc);
1913 release_defs (nop_reduc);
2143 gimple *new_stmt = NULL, *reduc, *nop_reduc; local
2216 &nop_reduc))
2221 has_nop, nop_reduc,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 1646 gimple **nop_reduc)
1735 *nop_reduc = stmt;
1737 if (gimple_bb (stmt) != gimple_bb (*nop_reduc)
1820 bool has_nop, gimple* nop_reduc)
1855 TREE_TYPE (gimple_assign_lhs (nop_reduc)), rhs);
1856 stmt_it = gsi_for_stmt (nop_reduc);
1858 release_defs (nop_reduc);
1935 gimple *new_stmt = NULL, *reduc, *nop_reduc; local
2005 &nop_reduc))
2010 has_nop, nop_reduc);
    [all...]

Completed in 17 milliseconds