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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 10647 tree vec_lhs_phi = copy_ssa_name (vec_lhs); local
10648 gimple *phi = create_phi_node (vec_lhs_phi, exit_bb);
10659 vec_lhs_phi, bitsize, bitstart);
10694 vec_lhs_phi, last_index);
10718 mask, vec_lhs_phi);
10728 new_tree = build3 (BIT_FIELD_REF, bftype, vec_lhs_phi, bitsize, bitstart);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 8937 tree vec_lhs_phi = copy_ssa_name (vec_lhs); local
8938 gimple *phi = create_phi_node (vec_lhs_phi, exit_bb);
8956 mask, vec_lhs_phi);
8967 vec_lhs_phi, bitsize, bitstart);

Completed in 70 milliseconds