Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalPartition.h42 IntervalMapTy IntervalMap; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h1053 explicit IntervalMap(Allocator &a) : height(0), rootSize(0), allocator(a) { in IntervalMap() function
1520 friend class IntervalMap; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5751 typedef DenseMap<Instruction*, unsigned> IntervalMap; in calculateRegisterUsage() typedef