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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 6438 tree target_ssa, iter_result; local
6660 target_ssa = make_temp_ssa_name (type, NULL, "reassocpow");
6661 mul_stmt = gimple_build_assign (target_ssa, MULT_EXPR,
6666 rf1->repr = target_ssa;
7235 tree target_ssa = make_temp_ssa_name (type, NULL, local
7237 gimple_set_lhs (lhs_stmt, target_ssa);
7241 target_ssa = new_lhs;
7245 powi_result, target_ssa);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 6197 tree target_ssa, iter_result; local
6419 target_ssa = make_temp_ssa_name (type, NULL, "reassocpow");
6420 mul_stmt = gimple_build_assign (target_ssa, MULT_EXPR,
6425 rf1->repr = target_ssa;
6883 tree target_ssa = make_temp_ssa_name (type, NULL, local
6885 gimple_set_lhs (lhs_stmt, target_ssa);
6889 target_ssa = new_lhs;
6893 powi_result, target_ssa);

Completed in 42 milliseconds