Searched refs:UUMap (Results 1 – 3 of 3) sorted by relevance
17 typedef IntervalMap<unsigned, unsigned, 4> UUMap; typedef21 UUMap::Allocator allocator; in TEST()22 UUMap map(allocator); in TEST()40 UUMap::iterator I = map.begin(); in TEST()45 UUMap::const_iterator CI; in TEST()48 UUMap::iterator I2; in TEST()55 UUMap::Allocator allocator; in TEST()56 UUMap map(allocator); in TEST()80 UUMap::iterator I = map.begin(); in TEST()142 UUMap::Allocator allocator; in TEST()[all …]
199 typedef std::map<unsigned,unsigned> UUMap; in partitionRegisters() typedef258 UUMap R2P; in partitionRegisters()