Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalPartition.h44 IntervalMapTy IntervalMap; variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DIntervalMap.h67 IntervalMap<Key_t, Value_t>::IntervalMap () in IntervalMap() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DIntervalMap.h67 IntervalMap<Key_t, Value_t>::IntervalMap () in IntervalMap() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp661 OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
689 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
730 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6516 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef