GCC Middle and Back End API Reference
|
Public Types | |
typedef simd_array_to_simduid | value_type |
typedef simd_array_to_simduid | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type *) |
static int | equal (const value_type *, const compare_type *) |
static void | remove (simd_array_to_simduid *p) |
Data Fields | |
tree | decl |
unsigned int | simduid |
This hash maps the OMP simd array to the corresponding simduid used to index into it. Like thus, _7 = GOMP_SIMD_LANE (simduid.0) ... ... D.1737[_7] = stuff; This hash maps from the OMP simd array (D.1737[]) to DECL_UID of simduid.0.
hash_table support.
|
inlinestatic |
References gsi_end_p(), gsi_next(), and gsi_start_bb().
|
inlinestatic |
|
inlinestaticinherited |
Remove with free.
tree simd_array_to_simduid::decl |
Referenced by simduid_to_vf::equal(), and note_simd_array_uses_cb().
unsigned int simd_array_to_simduid::simduid |
Referenced by simduid_to_vf::equal(), and note_simd_array_uses_cb().