HomeSort by: relevance | last modified time | path
    Searched defs:_bb_vec_info (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 4454 _bb_vec_info::_bb_vec_info (vec<basic_block> _bbs, vec_info_shared *shared) function in class:_bb_vec_info
4485 _bb_vec_info::~_bb_vec_info ()
6003 bb_vinfo = new _bb_vec_info (bbs, &shared);
tree-vectorizer.h 474 class _bb_vec_info;
487 is_a_helper <_bb_vec_info *>::test (vec_info *i)
972 typedef class _bb_vec_info : public vec_info class in inherits:vec_info
975 _bb_vec_info (vec<basic_block> bbs, vec_info_shared *);
976 ~_bb_vec_info ();
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 6064 _bb_vec_info::_bb_vec_info (vec<basic_block> _bbs, vec_info_shared *shared) function in class:_bb_vec_info
6095 _bb_vec_info::~_bb_vec_info ()
7840 bb_vinfo = new _bb_vec_info (bbs, &shared);
tree-vectorizer.h 510 class _bb_vec_info;
523 is_a_helper <_bb_vec_info *>::test (vec_info *i)
1091 typedef class _bb_vec_info : public vec_info class in inherits:vec_info
1094 _bb_vec_info (vec<basic_block> bbs, vec_info_shared *);
1095 ~_bb_vec_info ();

Completed in 34 milliseconds