Home
last modified time | relevance | path

Searched refs:substitute_and_fold (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-propagate.h79 bool substitute_and_fold (ssa_prop_get_value_fn, ssa_prop_fold_stmt_fn, bool);
H A Dtree-ssa-copy.c781 substitute_and_fold (get_value, NULL, !current_loops); in fini_copy_prop()
H A Dtree-ssa-propagate.c1009 substitute_and_fold (ssa_prop_get_value_fn get_value_fn, in substitute_and_fold() function
H A Dtree-ssa-ccp.c841 something_changed = substitute_and_fold (get_constant_value, in ccp_finalize()
H A Dtree-vrp.c7809 substitute_and_fold (op_with_constant_singleton_value_range, in vrp_finalize()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-propagate.h107 bool substitute_and_fold (void);
H A Dtree-ssa-copy.c567 bool changed = copy_folder.substitute_and_fold ();
H A Dtree-ssa-propagate.c1171 substitute_and_fold_engine::substitute_and_fold (void) in substitute_and_fold() function
H A Dtree-ssa-ccp.c992 something_changed = ccp_folder.substitute_and_fold (); in ccp_finalize()
H A Dtree-vrp.c6934 vrp_folder.substitute_and_fold (); in vrp_finalize()