Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalPartition.h
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h126 class IntervalMap; variable
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp654 tryToShortenEnd(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenEnd() argument
682 tryToShortenBegin(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenBegin() argument
2010 OverlapIntervalsTy &IntervalMap = OI.second; removePartiallyOverlappedStores() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5630 using IntervalMap = DenseMap<Instruction *, unsigned>; calculateRegisterUsage() typedef