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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ifcombine.cc 392 gimple *inner_stmt, *outer_stmt; local
396 inner_stmt = last_stmt (inner_cond_bb);
397 if (!inner_stmt
398 || gimple_code (inner_stmt) != GIMPLE_COND)
400 inner_cond = as_a <gcond *> (inner_stmt);
omp-oacc-kernels-decompose.cc 755 gimple *inner_stmt = gsi_stmt (inner_gsi); local
756 gcc_assert (gimple_code (inner_stmt) != GIMPLE_BIND
757 || top_level_omp_for_in_stmt (inner_stmt));
tree-parloops.cc 3358 gimple *inner_stmt; local
3359 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt);
3361 if (gimple_code (inner_stmt) != GIMPLE_PHI)
3363 gphi *inner_phi = as_a <gphi *> (inner_stmt);
  /src/usr.sbin/makemandb/
makemandb.c 645 sqlite3_stmt *inner_stmt; local
653 rc = sqlite3_prepare_v2(db, inner_sqlstr, -1, &inner_stmt, NULL);
659 idx = sqlite3_bind_parameter_index(inner_stmt, ":device");
660 sqlite3_bind_int64(inner_stmt, idx, rec->device);
661 idx = sqlite3_bind_parameter_index(inner_stmt, ":inode");
662 sqlite3_bind_int64(inner_stmt, idx, rec->inode);
663 idx = sqlite3_bind_parameter_index(inner_stmt, ":mtime");
664 sqlite3_bind_int64(inner_stmt, idx, rec->mtime);
665 idx = sqlite3_bind_parameter_index(inner_stmt, ":md5");
666 sqlite3_bind_text(inner_stmt, idx, hash, -1, NULL)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 756 gimple *inner_stmt = gsi_stmt (inner_gsi); local
757 gcc_assert (gimple_code (inner_stmt) != GIMPLE_BIND
758 || top_level_omp_for_in_stmt (inner_stmt));
tree-parloops.cc 3363 gimple *inner_stmt; local
3364 bool single_use_p = single_imm_use (res, &use_p, &inner_stmt);
3366 if (gimple_code (inner_stmt) != GIMPLE_PHI)
3368 gphi *inner_phi = as_a <gphi *> (inner_stmt);

Completed in 25 milliseconds