Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-store-merging.cc5353 store_valid_for_store_merging_p (gimple *stmt) in store_valid_for_store_merging_p() function
5383 if (store_valid_for_store_merging_p (stmt) && ++num_statements >= 2) in get_status_for_store_merging()
5409 && store_valid_for_store_merging_p (last_stmt) in get_status_for_store_merging()
5478 if (store_valid_for_store_merging_p (stmt)) in execute()
DChangeLog11935 last non-debug stmt in the bb is store_valid_for_store_merging_p
DChangeLog-20196283 (store_valid_for_store_merging_p): Allow clobber stmts.
11667 (store_valid_for_store_merging_p): New predicate.