Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIntervalPartition.h42 IntervalMapTy 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.cpp4808 typedef DenseMap<Instruction*, unsigned> IntervalMap; in calculateRegisterUsage() typedef