Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h126 class IntervalMap; variable
/freebsd/contrib/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...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp656 static bool tryToShortenEnd(Instruction *DeadI, OverlapIntervalsTy &IntervalMap, in tryToShortenEnd()
684 OverlapIntervalsTy &IntervalMap, in tryToShortenBegin()
2068 OverlapIntervalsTy &IntervalMap = OI.second; in removePartiallyOverlappedStores() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5134 using IntervalMap = DenseMap<Instruction *, unsigned>; in calculateRegisterUsage() typedef