Searched refs:compute_ranges (Results 1 – 6 of 6) sorted by relevance
37 void compute_ranges (const vec<basic_block> &,39 void compute_ranges (edge e);
622 path_range_query::compute_ranges (const vec<basic_block> &path, in compute_ranges() function in path_range_query676 path_range_query::compute_ranges (edge e) in compute_ranges() function in path_range_query681 compute_ranges (bbs); in compute_ranges()
295 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()
76 query->compute_ranges (e); in entry_loop_condition_is_static()
1459 m_query->compute_ranges (m_path, imports); in compute_ranges_from_state()
2978 * gimple-range-path.cc (path_range_query::compute_ranges): Move4683 (path_range_query::compute_ranges): Same.5071 (path_range_query::compute_ranges): Call compute_imports in all5272 (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): Use11049 (path_range_query::compute_ranges): ...this.