Home | History | Annotate | Download | only in gcc

Lines Matching defs:_slp_tree

57 static object_allocator<_slp_tree> *slp_tree_pool;
63 slp_tree_pool = new object_allocator<_slp_tree> ("SLP nodes");
76 _slp_tree::operator new (size_t n)
78 gcc_assert (n == sizeof (_slp_tree));
83 _slp_tree::operator delete (void *node, size_t n)
85 gcc_assert (n == sizeof (_slp_tree));
92 _slp_tree::_slp_tree ()
119 _slp_tree::~_slp_tree ()
197 slp_tree node = new _slp_tree;
223 return vect_create_new_slp_node (new _slp_tree, scalar_stmts, nops);
242 return vect_create_new_slp_node (new _slp_tree, ops);
1523 slp_tree res = new _slp_tree;
1596 slp_tree child1 = new _slp_tree;
1605 slp_tree child2 = new _slp_tree;
2430 slp_tree one = new _slp_tree;
2431 slp_tree two = new _slp_tree;
4032 slp_tree copy = new _slp_tree;