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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sccopy.cc 489 gimple *op_stmt = SSA_NAME_DEF_STMT (op); local
490 if (scc_set.contains (op_stmt))
gimple-ssa-sccopy.cc 489 gimple *op_stmt = SSA_NAME_DEF_STMT (op); local
490 if (scc_set.contains (op_stmt))
tree-vect-slp.cc 2080 gimple *op_stmt = NULL, *other_op_stmt = NULL; local
2082 stmts[lane]->stmt, op_stmt, other_op_stmt,
2084 if (!op_stmt_info && op_stmt)
2085 op_stmt_info = vinfo->lookup_stmt (op_stmt);
tree-vect-slp.cc 2080 gimple *op_stmt = NULL, *other_op_stmt = NULL; local
2082 stmts[lane]->stmt, op_stmt, other_op_stmt,
2084 if (!op_stmt_info && op_stmt)
2085 op_stmt_info = vinfo->lookup_stmt (op_stmt);
  /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,
1859 if (!op_stmt_info && op_stmt)
1860 op_stmt_info = vinfo->lookup_stmt (op_stmt);
tree-vect-slp.cc 1855 gimple *op_stmt = NULL, *other_op_stmt = NULL; local
1857 stmts[lane]->stmt, op_stmt, other_op_stmt,
1859 if (!op_stmt_info && op_stmt)
1860 op_stmt_info = vinfo->lookup_stmt (op_stmt);

Completed in 120 milliseconds