Searched defs:IntervalMap (Results 1 – 4 of 4) sorted by relevance
126 class IntervalMap; variable
1041 explicit IntervalMap(Allocator &a) : allocator(&a) { IntervalMap() function 1049 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { IntervalMap() function 1063 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { IntervalMap() function 1344 friend class IntervalMap; global() variable 1573 friend class IntervalMap; global() variable [all...]
656 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()684 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()2068 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
5134 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef