Home | History | Annotate | Download | only in analyzer

Lines Matching refs:region

41   static void init_cluster_cb (const region *base_reg,
45 void init_cluster (const region *base_reg);
49 void add (const region *reg, bool is_mutable);
54 /* Add SVAL. If it is a pointer, add the pointed-to region. */
57 /* Add SVAL. If it is a pointer, add the pointed-to region.
67 hash_set<const region *>::iterator begin ()
71 hash_set<const region *>::iterator end ()
92 hash_set<const region *>::iterator begin_mutable_base_regs ()
96 hash_set<const region *>::iterator end_mutable_base_regs ()
110 hash_set<const region *> m_reachable_base_regs;
113 hash_set<const region *> m_mutable_base_regs;