Home
last modified time | relevance | path

Searched refs:note_simd_array_uses_cb (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.c352 note_simd_array_uses_cb (tree *tp, int *walk_subtrees, void *data) in note_simd_array_uses_cb() function
421 walk_gimple_op (use_stmt, note_simd_array_uses_cb, &wi); in note_simd_array_uses()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.cc354 note_simd_array_uses_cb (tree *tp, int *walk_subtrees, void *data) in note_simd_array_uses_cb() function
423 walk_gimple_op (use_stmt, note_simd_array_uses_cb, &wi); in note_simd_array_uses()
H A DChangeLog-201321462 (note_simd_array_uses_cb): New.