21#ifndef GCC_TREE_SSA_THREADSOLVER_H
22#define GCC_TREE_SSA_THREADSOLVER_H
45 void dump (FILE *)
override;
Definition gimple-range.h:48
Definition value-relation.h:264
Definition gimple-range-path.h:33
bool defined_outside_path(tree name)
Definition gimple-range-path.cc:123
void compute_ranges(const bitmap_head *dependencies)
Definition gimple-range-path.cc:555
bool exit_dependency_p(tree name)
Definition gimple-range-path.cc:73
path_oracle * get_path_oracle()
Definition gimple-range-path.h:54
void range_on_path_entry(vrange &r, tree name)
Definition gimple-range-path.cc:134
void adjust_for_non_null_uses(basic_block bb)
Definition gimple-range-path.cc:448
auto_bitmap m_exit_dependencies
Definition gimple-range-path.h:94
unsigned m_pos
Definition gimple-range-path.h:101
bool ssa_defined_in_bb(tree name, basic_block bb)
Definition gimple-range-path.cc:212
path_range_query(class gimple_ranger &ranger, const vec< basic_block > &path, const bitmap_head *dependencies=NULL, bool resolve=true)
Definition gimple-range-path.cc:39
bool m_undefined_path
Definition gimple-range-path.h:107
basic_block next_bb()
Definition gimple-range-path.h:78
gimple_ranger & m_ranger
Definition gimple-range-path.h:98
bool range_defined_in_block(vrange &, tree name, basic_block bb)
Definition gimple-range-path.cc:287
bool add_to_exit_dependencies(tree name, bitmap dependencies)
Definition gimple-range-path.cc:477
void debug()
Definition gimple-range-path.cc:115
basic_block entry_bb()
Definition gimple-range-path.h:74
bool get_cache(vrange &r, tree name)
Definition gimple-range-path.cc:82
void dump(FILE *) override
Definition gimple-range-path.cc:91
ssa_lazy_cache m_cache
Definition gimple-range-path.h:84
virtual ~path_range_query()
Definition gimple-range-path.cc:64
basic_block curr_bb()
Definition gimple-range-path.h:76
void maybe_register_phi_relation(gphi *, edge e)
Definition gimple-range-path.cc:688
bool internal_range_of_expr(vrange &r, tree name, gimple *)
Definition gimple-range-path.cc:144
bool relations_may_be_invalidated(edge)
Definition gimple-range-path.cc:351
void compute_phi_relations(basic_block bb, basic_block prev)
Definition gimple-range-path.cc:720
bool range_of_expr(vrange &r, tree name, gimple *=NULL) override
Definition gimple-range-path.cc:178
void compute_ranges_in_block(basic_block bb)
Definition gimple-range-path.cc:365
basic_block exit_bb()
Definition gimple-range-path.h:75
bool m_resolve
Definition gimple-range-path.h:104
bool at_exit()
Definition gimple-range-path.h:80
auto_vec< basic_block > m_path
Definition gimple-range-path.h:87
bool unreachable_path_p()
Definition gimple-range-path.cc:191
bool range_of_stmt(vrange &r, gimple *, tree name=NULL) override
Definition gimple-range-path.cc:662
void compute_outgoing_relations(basic_block bb, basic_block next)
Definition gimple-range-path.cc:749
void compute_exit_dependencies(bitmap_head *dependencies)
Definition gimple-range-path.cc:489
void ssa_range_in_phi(vrange &r, gphi *phi)
Definition gimple-range-path.cc:227
bool at_entry()
Definition gimple-range-path.h:79
void move_next()
Definition gimple-range-path.h:81
basic_block prev_bb()
Definition gimple-range-path.h:77
void compute_ranges_in_phis(basic_block bb)
Definition gimple-range-path.cc:327
void reset_path(const vec< basic_block > &, const bitmap_head *dependencies)
Definition gimple-range-path.cc:199
Definition value-query.h:55
relation_oracle * m_relation
Definition value-query.h:99
Definition gimple-range-cache.h:79
Definition value-range.h:78
class edge_def * edge
Definition coretypes.h:352
class bitmap_head * bitmap
Definition coretypes.h:51
union tree_node * tree
Definition coretypes.h:97
poly_int< N, C > r
Definition poly-int.h:774
Definition basic-block.h:117
#define NULL
Definition system.h:50
static gimple_ranger * ranger
Definition tree-ssa-loop-unswitch.cc:203