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 tryToShortenEnd(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenEnd() argument 684 tryToShortenBegin(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenBegin() argument 2070 OverlapIntervalsTy &IntervalMap = OI.second; removePartiallyOverlappedStores() local [all...]
5500 using IntervalMap = DenseMap<Instruction *, unsigned>; calculateRegisterUsage() typedef