Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalPartition.h44 IntervalMapTy IntervalMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp975 OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
996 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
1030 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h1042 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1521 friend class IntervalMap; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5385 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef