Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIntervalPartition.h44 IntervalMapTy IntervalMap; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dinterval_map.h126 class IntervalMap; variable
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp630 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
658 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
1968 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5945 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef