Home
last modified time | relevance | path

Searched defs:IntervalMap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h126 class IntervalMap; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1042 explicit IntervalMap(Allocator &a) : allocator(&a) { in IntervalMap() function
1050 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function
1064 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function
1345 friend class IntervalMap; variable
1574 friend class IntervalMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp420 using IntervalMap = SmallDenseMap<VPRecipeBase *, unsigned, 16>; in calculateRegisterUsageForPlan() typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp715 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
743 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
2253 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local