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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 3331 gimple *use_not_stmt; local
3333 if (!single_imm_use (use_lhs, &use_p, &use_not_stmt)
3334 || !is_gimple_assign (use_not_stmt))
3337 if (!CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (use_not_stmt)))
3340 tree use_not_lhs = gimple_assign_lhs (use_not_stmt);
3350 gsi = gsi_for_stmt (use_not_stmt);
3352 lhs = gimple_assign_lhs (use_not_stmt);
3356 gsi = gsi_for_stmt (use_not_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 3306 gimple *use_not_stmt; local
3308 if (!single_imm_use (use_lhs, &use_p, &use_not_stmt)
3309 || !is_gimple_assign (use_not_stmt))
3312 if (!CONVERT_EXPR_CODE_P (gimple_assign_rhs_code (use_not_stmt)))
3315 tree use_not_lhs = gimple_assign_lhs (use_not_stmt);
3325 gsi = gsi_for_stmt (use_not_stmt);
3327 lhs = gimple_assign_lhs (use_not_stmt);
3331 gsi = gsi_for_stmt (use_not_stmt);

Completed in 31 milliseconds