Home
last modified time | relevance | path

Searched refs:PHI_ARG_DEF_PTR_FROM_EDGE (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-operands.h87 #define PHI_ARG_DEF_PTR_FROM_EDGE(PHI, E) \ macro
Dgraphite.cc308 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in canonicalize_loop_closed_ssa()
Dtree-ssa-loop-manip.cc810 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()
Dtree-ssa-propagate.cc737 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in propagate_into_phi_args()
Dtree-ssa-loop-split.cc258 op = PHI_ARG_DEF_PTR_FROM_EDGE (phi_second, seconde); in connect_loop_phis()
Dtree-vect-loop-manip.cc133 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()
Dtree-parloops.cc1311 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()
Dvalue-prof.cc1440 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (phi, e), in gimple_ic()
Dtree-into-ssa.cc2096 arg_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in rewrite_update_phi_arguments()
Dtree-inline.cc2454 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()
Dtree-ssa-forwprop.cc3910 use_operand_p use_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e); in execute()
Dtree-ssa-sccvn.cc6941 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()
Dtree-eh.cc3734 SET_USE (PHI_ARG_DEF_PTR_FROM_EDGE (vphi, succe), in sink_clobbers()
Domp-expand.cc4578 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()
DChangeLog-200429282 PHI_ARG_DEF_PTR_FROM_EDGE): Macros to manage the PHI arguments.