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

  /src/external/gpl3/gcc/dist/gcc/
tree-loop-distribution.cc 1267 aff_tree asrc, adest; local
1268 tree_to_aff_combination (src, ptr_type_node, &asrc);
1271 aff_combination_add (&asrc, &adest);
1272 if (aff_comb_cannot_overlap_p (&asrc, wi::to_poly_widest (nb_bytes),
  /src/external/gpl3/gcc.old/dist/gcc/
tree-loop-distribution.cc 1229 aff_tree asrc, adest; local
1230 tree_to_aff_combination (src, ptr_type_node, &asrc);
1233 aff_combination_add (&asrc, &adest);
1234 if (aff_comb_cannot_overlap_p (&asrc, wi::to_poly_widest (nb_bytes),

Completed in 31 milliseconds