Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc5369 unsigned int num_constructors = 0; in get_status_for_store_merging() local
5398 num_constructors = 1; in get_status_for_store_merging()
5405 if (num_statements == 0 && num_constructors == 0) in get_status_for_store_merging()
5414 return (num_statements >= 2 || num_constructors) ? BB_VALID : BB_INVALID; in get_status_for_store_merging()