Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h126 class IntervalMap; variable
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1041 explicit IntervalMap(Allocator &a) : allocator(&a) { IntervalMap() function
1049 IntervalMap(IntervalMap const &RHS) : IntervalMap(*RHS.allocator) { IntervalMap() function
1063 IntervalMap(IntervalMap &&RHS) : IntervalMap(*RHS.allocator) { IntervalMap() function
1344 friend class IntervalMap; global() variable
1573 friend class IntervalMap; global() variable
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp656 tryToShortenEnd(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenEnd() argument
684 tryToShortenBegin(Instruction * DeadI,OverlapIntervalsTy & IntervalMap,int64_t & DeadStart,uint64_t & DeadSize) tryToShortenBegin() argument
2070 OverlapIntervalsTy &IntervalMap = OI.second; removePartiallyOverlappedStores() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5500 using IntervalMap = DenseMap<Instruction *, unsigned>; calculateRegisterUsage() typedef