Home
last modified time | relevance | path

Searched refs:stmt_makes_single_load (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-propagate.h119 bool stmt_makes_single_load (tree);
H A Dtree-ssa-propagate.c768 stmt_makes_single_load (tree stmt) in stmt_makes_single_load() function
959 if (stmt_makes_single_load (stmt)) in replace_vuses_in()
H A Dtree-ssa-copy.c705 && stmt_makes_single_load (stmt)) in copy_prop_visit_stmt()
H A Dtree-ssa-ccp.c854 else if (do_store_ccp && stmt_makes_single_load (stmt)) in ccp_fold()
1195 else if (do_store_ccp && stmt_makes_single_load (stmt)) in visit_assignment()