Home
last modified time | relevance | path

Searched refs:peeled_chrec_map (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-scalar-evolution.c1406 pointer_map_t *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1428 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1429 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1430 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
H A DChangeLog-20132276 (peeled_chrec_map, simplify_peeled_chrec): New.
2279 (scev_initialize): Initialize peeled_chrec_map.
2280 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
2602 (peeled_chrec_map, simplify_peeled_chrec): New.
2605 (scev_initialize): Initialize peeled_chrec_map.
2606 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-scalar-evolution.c1394 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1416 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1417 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1418 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1342 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1342 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
H A DChangeLog-20132276 (peeled_chrec_map, simplify_peeled_chrec): New.
2279 (scev_initialize): Initialize peeled_chrec_map.
2280 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
2602 (peeled_chrec_map, simplify_peeled_chrec): New.
2605 (scev_initialize): Initialize peeled_chrec_map.
2606 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-scalar-evolution.c1403 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1430 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1432 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1342 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c1403 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1430 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1432 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c1403 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1430 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1432 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
H A DChangeLog-20132276 (peeled_chrec_map, simplify_peeled_chrec): New.
2279 (scev_initialize): Initialize peeled_chrec_map.
2280 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
2602 (peeled_chrec_map, simplify_peeled_chrec): New.
2605 (scev_initialize): Initialize peeled_chrec_map.
2606 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-scalar-evolution.c1438 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1465 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1466 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1467 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c1403 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1430 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1432 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c1403 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1430 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1431 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1432 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
H A DChangeLog-20132276 (peeled_chrec_map, simplify_peeled_chrec): New.
2279 (scev_initialize): Initialize peeled_chrec_map.
2280 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
2602 (peeled_chrec_map, simplify_peeled_chrec): New.
2605 (scev_initialize): Initialize peeled_chrec_map.
2606 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1342 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-scalar-evolution.c1394 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1416 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1417 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1418 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
H A DChangeLog-20132276 (peeled_chrec_map, simplify_peeled_chrec): New.
2279 (scev_initialize): Initialize peeled_chrec_map.
2280 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
2602 (peeled_chrec_map, simplify_peeled_chrec): New.
2605 (scev_initialize): Initialize peeled_chrec_map.
2606 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1342 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
H A DChangeLog-20132276 (peeled_chrec_map, simplify_peeled_chrec): New.
2279 (scev_initialize): Initialize peeled_chrec_map.
2280 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
2602 (peeled_chrec_map, simplify_peeled_chrec): New.
2605 (scev_initialize): Initialize peeled_chrec_map.
2606 (scev_reset, scev_finalize): Reset and release peeled_chrec_map.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-scalar-evolution.c1403 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1425 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1426 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1427 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1342 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-scalar-evolution.c1313 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL;
1340 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map);
1341 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1342 free_affine_expand_cache (&peeled_chrec_map);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-scalar-evolution.c1438 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1465 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1466 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1467 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-scalar-evolution.c1438 hash_map<tree, name_expansion *> *peeled_chrec_map = NULL; in simplify_peeled_chrec() local
1465 tree_to_aff_combination_expand (left, type, &aff1, &peeled_chrec_map); in simplify_peeled_chrec()
1466 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map); in simplify_peeled_chrec()
1467 free_affine_expand_cache (&peeled_chrec_map); in simplify_peeled_chrec()

12