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 simduid.0 to OMP simd array (D.1737[]).
|
inlinestatic |
References decl.
|
inlinestatic |
References decl.
|
inlinestaticinherited |
Remove with free.
tree simd_array_to_simduid::decl |
Referenced by equal(), hash(), and note_simd_array_uses_cb().
unsigned int simd_array_to_simduid::simduid |
Referenced by note_simd_array_uses_cb().