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

  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-tree.cc 136 tree actual_var = make_ssa_name (arg_type); local
152 gimplify_assign (actual_var, swap_expr, &latch_seq);
154 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
176 add_phi_arg (phi, actual_var, loop_edge, loc);
gcn-tree.cc 136 tree actual_var = make_ssa_name (arg_type); local
152 gimplify_assign (actual_var, swap_expr, &latch_seq);
154 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
176 add_phi_arg (phi, actual_var, loop_edge, loc);
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-tree.cc 136 tree actual_var = make_ssa_name (arg_type); local
152 gimplify_assign (actual_var, swap_expr, &latch_seq);
154 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
176 add_phi_arg (phi, actual_var, loop_edge, loc);
gcn-tree.cc 136 tree actual_var = make_ssa_name (arg_type); local
152 gimplify_assign (actual_var, swap_expr, &latch_seq);
154 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
176 add_phi_arg (phi, actual_var, loop_edge, loc);
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 6868 tree actual_var = make_ssa_name (arg_type);
6884 gimplify_assign (actual_var, swap_expr, &latch_seq);
6886 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
6908 add_phi_arg (phi, actual_var, loop_edge, loc);
6860 tree actual_var = make_ssa_name (arg_type); local
nvptx.cc 6868 tree actual_var = make_ssa_name (arg_type);
6884 gimplify_assign (actual_var, swap_expr, &latch_seq);
6886 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
6908 add_phi_arg (phi, actual_var, loop_edge, loc);
6860 tree actual_var = make_ssa_name (arg_type); local
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 6721 tree actual_var = make_ssa_name (arg_type);
6737 gimplify_assign (actual_var, swap_expr, &latch_seq);
6739 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
6761 add_phi_arg (phi, actual_var, loop_edge, loc);
6713 tree actual_var = make_ssa_name (arg_type); local
nvptx.cc 6721 tree actual_var = make_ssa_name (arg_type);
6737 gimplify_assign (actual_var, swap_expr, &latch_seq);
6739 gcond *cond = gimple_build_cond (EQ_EXPR, actual_var, expect_var,
6761 add_phi_arg (phi, actual_var, loop_edge, loc);
6713 tree actual_var = make_ssa_name (arg_type); local

Completed in 73 milliseconds