25 #ifndef _INTERVAL_MAP_HPP
26 #define _INTERVAL_MAP_HPP
Maps variable names to intervals.
DynamicVector< Interval > _intervals
void unionWith(const IntervalMap &)
Computes the union set of this map with the specified map.
An integer interval of the form constant_0 + instruction_0 .
friend std::ostream & operator<<(std::ostream &, IntervalMap &)
Interval & operator[](size_t varIndex)
Returns the interval of the specified variable.