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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 2574 tree new_else = check_redundant_cond_expr (use_stmt, mask, cond, lhs); local
2575 if (new_else && value_available_p (stmt, ssa_names, new_else))
2578 args[nops] = new_else;
2579 if (operand_equal_p (new_else, args[nops], 0))
tree-if-conv.cc 2574 tree new_else = check_redundant_cond_expr (use_stmt, mask, cond, lhs); local
2575 if (new_else && value_available_p (stmt, ssa_names, new_else))
2578 args[nops] = new_else;
2579 if (operand_equal_p (new_else, args[nops], 0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-if-conv.cc 2370 tree new_else = check_redundant_cond_expr (use_stmt, mask, cond, lhs); local
2371 if (new_else && value_available_p (stmt, ssa_names, new_else))
2374 args[nops] = new_else;
2375 if (operand_equal_p (new_else, args[nops], 0))
tree-if-conv.cc 2370 tree new_else = check_redundant_cond_expr (use_stmt, mask, cond, lhs); local
2371 if (new_else && value_available_p (stmt, ssa_names, new_else))
2374 args[nops] = new_else;
2375 if (operand_equal_p (new_else, args[nops], 0))
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 3193 tree new_else = push_stmt_list (); local
3195 new_else = pop_stmt_list (new_else);
3198 new_then, new_else, NULL_TREE);
3230 tree new_else = push_stmt_list (); local
3232 new_else = pop_stmt_list (new_else);
3256 new_then, new_else, NULL_TREE);
coroutines.cc 3193 tree new_else = push_stmt_list (); local
3195 new_else = pop_stmt_list (new_else);
3198 new_then, new_else, NULL_TREE);
3230 tree new_else = push_stmt_list (); local
3232 new_else = pop_stmt_list (new_else);
3256 new_then, new_else, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 2975 tree new_else = push_stmt_list (); local
2977 new_else = pop_stmt_list (new_else);
2980 new_then, new_else, NULL_TREE);
3012 tree new_else = push_stmt_list (); local
3014 new_else = pop_stmt_list (new_else);
3038 new_then, new_else, NULL_TREE);
coroutines.cc 2975 tree new_else = push_stmt_list (); local
2977 new_else = pop_stmt_list (new_else);
2980 new_then, new_else, NULL_TREE);
3012 tree new_else = push_stmt_list (); local
3014 new_else = pop_stmt_list (new_else);
3038 new_then, new_else, NULL_TREE);

Completed in 69 milliseconds