Searched defs:IntervalMap (Results 1 – 4 of 4) sorted by relevance
126 class IntervalMap; variable
1042 explicit IntervalMap(Allocator &a) : allocator(&a) { in IntervalMap() function1050 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function1064 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function1345 friend class IntervalMap; variable1574 friend class IntervalMap; variable
420 using IntervalMap = SmallDenseMap<VPRecipeBase *, unsigned, 16>; in calculateRegisterUsageForPlan() typedef
715 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()743 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()2253 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local