Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalPartition.h44 IntervalMapTy IntervalMap; variable
/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.h1041 explicit IntervalMap(Allocator &a) : allocator(&a) { in IntervalMap() function
1049 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function
1063 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { in IntervalMap() function
1344 friend class IntervalMap; variable
1573 friend class IntervalMap; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp654 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
682 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
2010 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5630 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef