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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 3815 tree addr_tmp_name;
3835 addr_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name);
3836 addr_stmt = gimple_build_assign (addr_tmp_name, NOP_EXPR, addr_base);
3847 or_tmp_name, addr_tmp_name);
3852 or_tmp_name = addr_tmp_name;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 3242 tree addr_tmp_name; local
3262 addr_tmp_name = make_temp_ssa_name (int_ptrsize_type, NULL, tmp_name);
3263 addr_stmt = gimple_build_assign (addr_tmp_name, NOP_EXPR, addr_base);
3274 or_tmp_name, addr_tmp_name);
3279 or_tmp_name = addr_tmp_name;

Completed in 56 milliseconds