| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/gcc/ | |
| tree-vectorizer.h | 178 void push_vec_def (gimple *def); 179 void push_vec_def (tree def) { vec_defs.quick_push (def); } function in struct:_slp_tree |
| tree-vect-slp.cc | 155 _slp_tree::push_vec_def (gimple *def) function in class:_slp_tree 8941 node->push_vec_def (perm_stmt); |