Searched defs:IntervalMap (Results 1 – 3 of 3) sorted by relevance
42 IntervalMapTy IntervalMap; variable
1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function1510 friend class IntervalMap; variable
4808 typedef DenseMap<Instruction*, unsigned> IntervalMap; in calculateRegisterUsage() typedef