Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-cache.cc708 unsigned temporal_value (unsigned ssa) const;
731 temporal_cache::temporal_value (unsigned ssa) const in temporal_value() function in temporal_cache
744 unsigned ts = temporal_value (SSA_NAME_VERSION (name)); in current_p()
751 if (dep1 && ts < temporal_value (SSA_NAME_VERSION (dep1))) in current_p()
753 if (dep2 && ts < temporal_value (SSA_NAME_VERSION (dep2))) in current_p()
H A DChangeLog-202125225 (temporal_cache::temporal_value): Adjust.
H A DChangeLog-20206549 (temporal_cache::temporal_value): New.