HomeSort by: relevance | last modified time | path
    Searched defs:ssa_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-cache.h 56 class ssa_cache : public range_query class in inherits:range_query
59 ssa_cache ();
60 ~ssa_cache ();
78 class ssa_lazy_cache : public ssa_cache
123 ssa_cache m_globals;
gimple-range-cache.cc 540 ssa_cache::ssa_cache () function in class:ssa_cache
548 ssa_cache::~ssa_cache ()
558 ssa_cache::range_of_expr (vrange &r, tree expr, gimple *stmt)
571 ssa_cache::has_range (tree name) const
583 ssa_cache::get_range (vrange &r, tree name) const
600 ssa_cache::set_range (tree name, const vrange &r)
618 ssa_cache::merge_range (tree name, const vrange &r)
647 ssa_cache::clear_range (tree name
    [all...]

Completed in 17 milliseconds