Home
last modified time | relevance | path

Searched refs:reset_evolution_in_loop (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-chrec.h80 extern tree reset_evolution_in_loop (unsigned, tree, tree);
Dtree-chrec.c741 reset_evolution_in_loop (unsigned loop_num, in reset_evolution_in_loop() function
750 tree left = reset_evolution_in_loop (loop_num, CHREC_LEFT (chrec), in reset_evolution_in_loop()
752 tree right = reset_evolution_in_loop (loop_num, CHREC_RIGHT (chrec), in reset_evolution_in_loop()
Dtree-data-ref.c2066 access_fn = reset_evolution_in_loop (loop->num, access_fn, new_step); in create_data_ref()