Searched defs:ssa_name (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa.c | 107 verify_ssa_name (tree ssa_name, bool is_virtual) in verify_ssa_name() 163 verify_def (basic_block bb, basic_block *definition_block, tree ssa_name, in verify_def() 223 tree ssa_name = USE_FROM_PTR (use_p); in verify_use() local
|
H A D | tree-complex.c | 168 tree ssa_name = default_def (parm); in init_parameter_lattice_values() local 440 get_component_ssa_name (tree ssa_name, bool imag_p) in get_component_ssa_name() 483 set_component_ssa_name (tree ssa_name, bool imag_p, tree value) in set_component_ssa_name() 648 tree ssa_name, r, i; in update_parameter_components() local
|
H A D | tree-ssanames.c | 305 replace_ssa_name_symbol (tree ssa_name, tree sym) in replace_ssa_name_symbol()
|
H A D | tree-flow.h | 436 #define ssa_name(i) (VEC_index (tree, ssa_names, (i))) macro
|
H A D | tree-vect-transform.c | 2422 tree ssa_name = USE_FROM_PTR (use_p); in update_vuses_to_preheader() local
|
H A D | tree-ssa-loop-ivopts.c | 107 tree ssa_name; /* The ssa name with the value. */ member
|