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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 843 ivexpr_map (NULL),
935 delete ivexpr_map;
958 if (! loop_vinfo->ivexpr_map)
959 loop_vinfo->ivexpr_map = new hash_map<tree_operand_hash, tree>;
960 tree &cached = loop_vinfo->ivexpr_map->get_or_insert (expr);
tree-vectorizer.h 778 hash_map<tree_operand_hash, tree> *ivexpr_map; member in class:_loop_vec_info
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 835 hash_map<tree_operand_hash, tree> *ivexpr_map; member in class:_loop_vec_info
tree-vect-loop.cc 1054 ivexpr_map (NULL),
1152 delete ivexpr_map;
1175 if (! loop_vinfo->ivexpr_map)
1176 loop_vinfo->ivexpr_map = new hash_map<tree_operand_hash, tree>;
1177 tree &cached = loop_vinfo->ivexpr_map->get_or_insert (expr);

Completed in 106 milliseconds