Searched refs:temporal_cache (Results 1 – 4 of 4) sorted by relevance
699 class temporal_cache class702 temporal_cache ();703 ~temporal_cache ();715 temporal_cache::temporal_cache () in temporal_cache() function in temporal_cache723 temporal_cache::~temporal_cache () in ~temporal_cache()731 temporal_cache::temporal_value (unsigned ssa) const in temporal_value()742 temporal_cache::current_p (tree name, tree dep1, tree dep2) const in current_p()762 temporal_cache::set_timestamp (tree name) in set_timestamp()773 temporal_cache::set_always_current (tree name) in set_always_current()873 m_temporal = new temporal_cache; in ranger_cache()
148 class temporal_cache *m_temporal;
6544 (class temporal_cache): New.6545 (temporal_cache::temporal_cache): New.6546 (temporal_cache::~temporal_cache): New.6547 (temporal_cache::get_timestamp): New.6548 (temporal_cache::set_dependency): New.6549 (temporal_cache::temporal_value): New.6550 (temporal_cache::current_p): New.6551 (temporal_cache::set_timestamp): New.6552 (temporal_cache::set_always_current): New.
25222 (class temporal_cache): Adjust.25223 (temporal_cache::get_timestamp): Delete.25224 (temporal_cache::set_dependency): Delete.25225 (temporal_cache::temporal_value): Adjust.25226 (temporal_cache::current_p): Take dependencies as params.25227 (temporal_cache::set_timestamp): Adjust.25228 (temporal_cache::set_always_current): Adjust.