Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIntervalPartition.h44 IntervalMapTy IntervalMap; variable
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h1041 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1305 friend class IntervalMap; variable
1534 friend class IntervalMap; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp574 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
602 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
1885 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5883 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef