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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-phi.cc 382 gimple *arg_stmt = SSA_NAME_DEF_STMT (arg); local
383 if (arg_stmt && is_a<gphi *> (arg_stmt))
gimple-ssa-strength-reduction.cc 828 gimple *arg_stmt = NULL;
850 arg_stmt = arg_cand->cand_stmt;
851 arg_bb = gimple_bb (arg_stmt);
857 if (gimple_code (arg_stmt) == GIMPLE_PHI)
860 savings += stmt_cost (arg_stmt, speed);
824 gimple *arg_stmt = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 828 gimple *arg_stmt = NULL;
850 arg_stmt = arg_cand->cand_stmt;
851 arg_bb = gimple_bb (arg_stmt);
857 if (gimple_code (arg_stmt) == GIMPLE_PHI)
860 savings += stmt_cost (arg_stmt, speed);
824 gimple *arg_stmt = NULL; local

Completed in 29 milliseconds