Home
last modified time | relevance | path

Searched refs:gphi (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-phinodes.h25 extern void add_phi_node_to_bb (gphi *phi, basic_block bb);
26 extern gphi *create_phi_node (tree, basic_block);
27 extern void add_phi_arg (gphi *, tree, edge, location_t);
31 extern tree degenerate_phi_result (gphi *);
H A Dtree-ssa-propagate.h89 virtual enum ssa_prop_result visit_phi (gphi *) = 0;
111 bool replace_phi_args_in (gphi *);
H A Dssa-iterators.h203 as_a <gphi *> (STMT), \
214 as_a <gphi *> (STMT), \
766 single_phi_def (gphi *stmt, int flags) in single_phi_def()
779 op_iter_init_phiuse (ssa_op_iter *ptr, gphi *phi, int flags) in op_iter_init_phiuse()
809 op_iter_init_phidef (ssa_op_iter *ptr, gphi *phi, int flags) in op_iter_init_phidef()
898 if (gphi *phi = dyn_cast <gphi *> (head_stmt)) in link_use_stmts_after()
H A Dgimple-iterator.h41 gphi *phi () const in phi()
43 return as_a <gphi *> (ptr); in phi()
83 extern gphi_iterator gsi_for_phi (gphi *);
H A Dgimple.h470 gphi : public gimple
1239 is_a_helper <gphi *>::test (gimple *gs)
1481 is_a_helper <const gphi *>::test (const gimple *gs)
4431 const gphi *phi_stmt = as_a <const gphi *> (gs);
4443 const gphi *phi_stmt = as_a <const gphi *> (gs);
4451 gimple_phi_result (const gphi *gs)
4459 const gphi *phi_stmt = as_a <const gphi *> (gs);
4466 gimple_phi_result_ptr (gphi *gs)
4474 gphi *phi_stmt = as_a <gphi *> (gs);
4481 gimple_phi_set_result (gphi *phi, tree result)
[all …]
H A Dtree-into-ssa.h29 void mark_virtual_phi_result_for_renaming (gphi *);
H A Dvr-values.h59 void extract_range_from_phi_node (gphi *, value_range_equiv *);
H A Dtree-cfg.h61 extern gphi *get_virtual_phi (basic_block);
H A Dgsstruct.def35 DEFGSSTRUCT(GSS_PHI, gphi, false)
H A Dcoretypes.h123 struct gphi;
H A Dtree-switch-conversion.h764 gphi *phi, tree tidx);
H A Dtree-vectorizer.h1807 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-phinodes.h25 extern void add_phi_node_to_bb (gphi *phi, basic_block bb);
26 extern gphi *create_phi_node (tree, basic_block);
27 extern void add_phi_arg (gphi *, tree, edge, location_t);
31 extern tree degenerate_phi_result (gphi *);
H A Dtree-ssa-propagate.h89 virtual enum ssa_prop_result visit_phi (gphi *) = 0;
111 bool replace_phi_args_in (gphi *);
H A Dssa-iterators.h203 as_a <gphi *> (STMT), \
214 as_a <gphi *> (STMT), \
766 single_phi_def (gphi *stmt, int flags) in single_phi_def()
779 op_iter_init_phiuse (ssa_op_iter *ptr, gphi *phi, int flags) in op_iter_init_phiuse()
809 op_iter_init_phidef (ssa_op_iter *ptr, gphi *phi, int flags) in op_iter_init_phidef()
898 if (gphi *phi = dyn_cast <gphi *> (head_stmt)) in link_use_stmts_after()
H A Dgimple-iterator.h41 gphi *phi () const in phi()
43 return as_a <gphi *> (ptr); in phi()
83 extern gphi_iterator gsi_for_phi (gphi *);
H A Dgimple.h470 gphi : public gimple
1239 is_a_helper <gphi *>::test (gimple *gs)
1481 is_a_helper <const gphi *>::test (const gimple *gs)
4431 const gphi *phi_stmt = as_a <const gphi *> (gs);
4443 const gphi *phi_stmt = as_a <const gphi *> (gs);
4451 gimple_phi_result (const gphi *gs)
4459 const gphi *phi_stmt = as_a <const gphi *> (gs);
4466 gimple_phi_result_ptr (gphi *gs)
4474 gphi *phi_stmt = as_a <gphi *> (gs);
4481 gimple_phi_set_result (gphi *phi, tree result)
[all …]
H A Dtree-into-ssa.h29 void mark_virtual_phi_result_for_renaming (gphi *);
H A Dvr-values.h59 void extract_range_from_phi_node (gphi *, value_range_equiv *);
H A Dgsstruct.def35 DEFGSSTRUCT(GSS_PHI, gphi, false)
H A Dtree-cfg.h61 extern gphi *get_virtual_phi (basic_block);
H A Dcoretypes.h123 struct gphi;
H A Dtree-switch-conversion.h764 gphi *phi, tree tidx);
H A Dtree-vectorizer.h1807 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h462 typedef union gimple_statement_d gphi; typedef
525 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
530 static inline const gphi *as_a_const_gphi(const_gimple stmt) in as_a_const_gphi()
595 typedef struct gimple_statement_phi gphi; typedef
658 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
660 return as_a<gphi>(stmt); in as_a_gphi()
663 static inline const gphi *as_a_const_gphi(const_gimple stmt) in as_a_const_gphi()
665 return as_a<const gphi>(stmt); in as_a_const_gphi()
908 static inline gphi *as_a_gphi(gimple stmt) in as_a_gphi()
910 return as_a<gphi *>(stmt); in as_a_gphi()
[all …]

12