HomeSort by: relevance | last modified time | path
    Searched refs:ssa_cache (Results 1 - 10 of 10) 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.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...]
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...]
gimple-range.h 107 ssa_cache m_global;
gimple-range.h 107 ssa_cache m_global;
gimple-range-gori.h 213 // ssa_cache structure).
217 bool gori_on_edge (class ssa_cache &r, edge e,
gimple-range-gori.h 213 // ssa_cache structure).
217 bool gori_on_edge (class ssa_cache &r, edge e,
gimple-range-gori.cc 1692 gori_calc_operands (vrange &lhs, gimple *stmt, ssa_cache &r, range_query *q)
1725 // Use ssa_cache R as a repository for all outgoing ranges on edge E that
1731 gori_on_edge (ssa_cache &r, edge e, range_query *q, gimple_outgoing_range *ogr)
1803 // does not require an ssa_cache.
gimple-range-gori.cc 1692 gori_calc_operands (vrange &lhs, gimple *stmt, ssa_cache &r, range_query *q)
1725 // Use ssa_cache R as a repository for all outgoing ranges on edge E that
1731 gori_on_edge (ssa_cache &r, edge e, range_query *q, gimple_outgoing_range *ogr)
1803 // does not require an ssa_cache.

Completed in 46 milliseconds