// Return a reference to the m_block_cache for NAME. If it has not been
// accessed yet, allocate it.
-ssa_block_ranges&
+ssa_block_ranges &
block_range_cache::get_block_ranges (tree name)
{
unsigned v = SSA_NAME_VERSION (name);
void dump (FILE *f, basic_block bb, bool print_varying = true);
private:
vec<class ssa_block_ranges *> m_ssa_ranges;
- ssa_block_ranges& get_block_ranges (tree name);
+ ssa_block_ranges &get_block_ranges (tree name);
};
class gori_cache : public gori_compute
// Return the range of expr OP on edge E in R.
bool
-global_ranger::range_of_expr (irange&r, tree op, edge e)
+global_ranger::range_of_expr (irange &r, tree op, edge e)
{
return ssa_ranger::range_of_expr (r, op, e);
}
// If OP is not defined in BB, find the range on entry to this block.
bool
-global_ranger::range_of_expr (irange&r, tree op, gimple *s)
+global_ranger::range_of_expr (irange &r, tree op, gimple *s)
{
if (!irange::supports_p (op))
return false;