Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIntervalPartition.h42 IntervalMapTy IntervalMap; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalPartition.h42 IntervalMapTy IntervalMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIntervalPartition.h45 IntervalMapTy IntervalMap; variable
/external/perf_data_converter/src/
Dintervalmap.h111 IntervalMap<V>::IntervalMap() {} in IntervalMap() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp955 OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
976 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
1011 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntervalMap.h1033 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1500 friend class IntervalMap; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIntervalMap.h1046 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1512 friend class IntervalMap; variable
/external/llvm/include/llvm/ADT/
DIntervalMap.h1043 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1510 friend class IntervalMap; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5553 typedef DenseMap<Instruction *, unsigned> IntervalMap; in calculateRegisterUsage() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5314 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef