| /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 D | tree-phinodes.h | 25 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 D | tree-ssa-propagate.h | 89 virtual enum ssa_prop_result visit_phi (gphi *) = 0; 111 bool replace_phi_args_in (gphi *);
|
| H A D | ssa-iterators.h | 203 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 D | gimple-iterator.h | 41 gphi *phi () const in phi() 43 return as_a <gphi *> (ptr); in phi() 83 extern gphi_iterator gsi_for_phi (gphi *);
|
| H A D | gimple.h | 470 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 D | tree-into-ssa.h | 29 void mark_virtual_phi_result_for_renaming (gphi *);
|
| H A D | vr-values.h | 59 void extract_range_from_phi_node (gphi *, value_range_equiv *);
|
| H A D | tree-cfg.h | 61 extern gphi *get_virtual_phi (basic_block);
|
| H A D | gsstruct.def | 35 DEFGSSTRUCT(GSS_PHI, gphi, false)
|
| H A D | coretypes.h | 123 struct gphi;
|
| H A D | tree-switch-conversion.h | 764 gphi *phi, tree tidx);
|
| H A D | tree-vectorizer.h | 1807 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 D | tree-phinodes.h | 25 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 D | tree-ssa-propagate.h | 89 virtual enum ssa_prop_result visit_phi (gphi *) = 0; 111 bool replace_phi_args_in (gphi *);
|
| H A D | ssa-iterators.h | 203 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 D | gimple-iterator.h | 41 gphi *phi () const in phi() 43 return as_a <gphi *> (ptr); in phi() 83 extern gphi_iterator gsi_for_phi (gphi *);
|
| H A D | gimple.h | 470 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 D | tree-into-ssa.h | 29 void mark_virtual_phi_result_for_renaming (gphi *);
|
| H A D | vr-values.h | 59 void extract_range_from_phi_node (gphi *, value_range_equiv *);
|
| H A D | gsstruct.def | 35 DEFGSSTRUCT(GSS_PHI, gphi, false)
|
| H A D | tree-cfg.h | 61 extern gphi *get_virtual_phi (basic_block);
|
| H A D | coretypes.h | 123 struct gphi;
|
| H A D | tree-switch-conversion.h | 764 gphi *phi, tree tidx);
|
| H A D | tree-vectorizer.h | 1807 extern bool check_reduction_path (dump_user_location_t, loop_p, gphi *, tree,
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 462 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 …]
|