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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 1346 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL;
1373 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map);
1374 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1375 free_affine_expand_cache (&peeled_chrec_map);
1342 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 1317 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL;
1344 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map);
1345 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1346 free_affine_expand_cache (&peeled_chrec_map);
1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; local

Completed in 17 milliseconds