Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.h150 void propagate_cache (tree name);
H A Dgimple-range-cache.cc1142 ranger_cache::propagate_cache (tree name) in propagate_cache() function in ranger_cache
1266 propagate_cache (name); in propagate_updated_value()
1402 propagate_cache (name); in fill_block_cache()
H A DChangeLog-20216217 (ranger_cache::propagate_cache): Adjust to new class.
22131 * gimple-range-cache.cc (ranger_cache::propagate_cache): Call
22428 (ranger_cache::propagate_cache): Disallow propagation if new value
22439 (ranger_cache::propagate_cache): Use return value to print msg.
24660 (ranger_cache::propagate_cache): Call exit_range directly.
24677 (ranger_cache::propagate_cache): Adjust debugging output.
H A DChangeLog-20206713 (ranger_cache::propagate_cache): Renamed from iterative_cache_update.