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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 1855 gimple *op_stmt = NULL, *other_op_stmt = NULL; local
1857 stmts[lane]->stmt, op_stmt, other_op_stmt,
1861 if (!other_op_stmt_info && other_op_stmt)
1862 other_op_stmt_info = vinfo->lookup_stmt (other_op_stmt);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 2080 gimple *op_stmt = NULL, *other_op_stmt = NULL; local
2082 stmts[lane]->stmt, op_stmt, other_op_stmt,
2086 if (!other_op_stmt_info && other_op_stmt)
2087 other_op_stmt_info = vinfo->lookup_stmt (other_op_stmt);

Completed in 48 milliseconds