Searched refs:PHI_ARG_DEF_PTR_FROM_EDGE (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-operands.h | 87 #define PHI_ARG_DEF_PTR_FROM_EDGE(PHI, E) \ macro
|
| D | graphite.cc | 308 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in canonicalize_loop_closed_ssa()
|
| D | tree-ssa-loop-manip.cc | 810 op_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, single_succ_edge (bb)); in split_loop_exit_edge() 1345 = PHI_ARG_DEF_PTR_FROM_EDGE (phi_new_loop, new_entry); in tree_transform_and_unroll_loop()
|
| D | tree-ssa-propagate.cc | 737 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in propagate_into_phi_args()
|
| D | tree-ssa-loop-split.cc | 258 op = PHI_ARG_DEF_PTR_FROM_EDGE (phi_second, seconde); in connect_loop_phis()
|
| D | tree-vect-loop-manip.cc | 133 rename_use_op (PHI_ARG_DEF_PTR_FROM_EDGE (gsi.phi (), e)); in rename_variables_in_bb() 2447 rename_use_op (PHI_ARG_DEF_PTR_FROM_EDGE (gsi.phi (), e)); in slpeel_update_phi_nodes_for_lcssa()
|
| D | tree-parloops.cc | 1311 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE in initialize_reductions() 2812 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, loop_preheader_edge (loop)), in create_parallel_loop()
|
| D | value-prof.cc | 1440 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, e), in gimple_ic()
|
| D | tree-into-ssa.cc | 2096 arg_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in rewrite_update_phi_arguments()
|
| D | tree-inline.cc | 2454 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, e), in update_ssa_across_abnormal_edges() 2455 USE_FROM_PTR (PHI_ARG_DEF_PTR_FROM_EDGE (phi, re))); in update_ssa_across_abnormal_edges()
|
| D | tree-ssa-forwprop.cc | 3910 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in execute()
|
| D | tree-ssa-sccvn.cc | 6941 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in before_dom_children() 7717 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in process_bb()
|
| D | tree-eh.cc | 3734 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (vphi, succe), in sink_clobbers()
|
| D | omp-expand.cc | 4578 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, ne), in expand_omp_for_generic() 9274 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, single_succ_edge (load_bb)), in expand_omp_atomic_pipeline() 9367 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, e), new_storedi); in expand_omp_atomic_pipeline()
|
| D | ChangeLog-2004 | 29282 PHI_ARG_DEF_PTR_FROM_EDGE): Macros to manage the PHI arguments.
|