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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-manip.cc 729 use_operand_p op_p; local
736 op_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, single_succ_edge (bb));
739 name = USE_FROM_PTR (op_p);
752 SET_USE (op_p, new_name);
tree-ssa.cc 959 use_operand_p op_p = gimple_phi_arg_imm_use_ptr (phi, i); local
960 tree op = USE_FROM_PTR (op_p);
989 op_p, phi, e->flags & EDGE_ABNORMAL, NULL);
tree-ssa-dom.cc 2021 /* Replace *OP_P in STMT with any known equivalent value for *OP_P from
2025 cprop_operand (gimple *stmt, use_operand_p op_p, range_query *query)
2028 tree op = USE_FROM_PTR (op_p);
2082 propagate_value (op_p, val);
2100 use_operand_p op_p; local
2104 FOR_EACH_SSA_USE_OPERAND (op_p, stmt, iter, SSA_OP_USE)
2106 tree old_op = USE_FROM_PTR (op_p);
2115 cprop_operand (stmt, op_p, query);
2117 tree new_op = USE_FROM_PTR (op_p);
    [all...]
tree-ssa-loop-ivopts.cc 412 tree *op_p; /* The place where it occurs. */ member in struct:iv_use
816 if (use->op_p)
817 print_generic_expr (file, *use->op_p, TDF_SLIM);
1541 use->op_p = use_p;
2298 /* Finds addresses in *OP_P inside STMT. */
2302 tree *op_p)
2304 tree base = *op_p, step = size_zero_node;
2413 record_group_use (data, op_p, civ, stmt, USE_REF_ADDRESS, TREE_TYPE (*op_p));
2417 for_each_index (op_p, idx_record_use, data)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa.cc 967 use_operand_p op_p = gimple_phi_arg_imm_use_ptr (phi, i); local
968 tree op = USE_FROM_PTR (op_p);
997 op_p, phi, e->flags & EDGE_ABNORMAL, NULL);
tree-ssa-dom.cc 1821 /* Replace *OP_P in STMT with any known equivalent value for *OP_P from
1825 cprop_operand (gimple *stmt, use_operand_p op_p, range_query *query)
1828 tree op = USE_FROM_PTR (op_p);
1882 propagate_value (op_p, val);
1900 use_operand_p op_p; local
1904 FOR_EACH_SSA_USE_OPERAND (op_p, stmt, iter, SSA_OP_USE)
1906 tree old_op = USE_FROM_PTR (op_p);
1915 cprop_operand (stmt, op_p, query);
1917 tree new_op = USE_FROM_PTR (op_p);
    [all...]
tree-ssa-loop-manip.cc 803 use_operand_p op_p; local
810 op_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, single_succ_edge (bb));
813 name = USE_FROM_PTR (op_p);
826 SET_USE (op_p, new_name);
tree-ssa-loop-ivopts.cc 412 tree *op_p; /* The place where it occurs. */ member in struct:iv_use
816 if (use->op_p)
817 print_generic_expr (file, *use->op_p, TDF_SLIM);
1539 use->op_p = use_p;
2293 /* Finds addresses in *OP_P inside STMT. */
2297 tree *op_p)
2299 tree base = *op_p, step = size_zero_node;
2408 record_group_use (data, op_p, civ, stmt, USE_REF_ADDRESS, TREE_TYPE (*op_p));
2412 for_each_index (op_p, idx_record_use, data)
    [all...]

Completed in 34 milliseconds