Home
last modified time | relevance | path

Searched refs:compute_ranges (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-path.h37 void compute_ranges (const vec<basic_block> &,
39 void compute_ranges (edge e);
H A Dgimple-range-path.cc622 path_range_query::compute_ranges (const vec<basic_block> &path, in compute_ranges() function in path_range_query
676 path_range_query::compute_ranges (edge e) in compute_ranges() function in path_range_query
681 compute_ranges (bbs); in compute_ranges()
H A Dtree-ssa-threadbackward.cc295 m_solver->compute_ranges (path, m_imports); in find_taken_edge_switch()
319 m_solver->compute_ranges (path, m_imports); in find_taken_edge_cond()
H A Dtree-ssa-loop-ch.cc76 query->compute_ranges (e); in entry_loop_condition_is_static()
H A Dtree-ssa-threadedge.cc1459 m_query->compute_ranges (m_path, imports); in compute_ranges_from_state()
H A DChangeLog-20212978 * gimple-range-path.cc (path_range_query::compute_ranges): Move
4683 (path_range_query::compute_ranges): Same.
5071 (path_range_query::compute_ranges): Call compute_imports in all
5272 (path_range_query::compute_ranges): Imports are now optional.
5275 optional for compute_ranges. Add compute_ranges(edge) overload.
5685 (path_range_query::compute_ranges): Same.
8403 (path_range_query::compute_ranges): Remove call to compute_relations.
10720 * gimple-range-path.cc (path_range_query::compute_ranges): Use
11049 (path_range_query::compute_ranges): ...this.