Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalPartition.h44 IntervalMapTy IntervalMap; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp673 OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
701 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
742 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1298 friend class IntervalMap; variable
1527 friend class IntervalMap; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6571 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef