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

/external/llvm/include/llvm/Analysis/
H A DIntervalPartition.h42 IntervalMapTy IntervalMap; member in class:llvm::IntervalPartition
79 IntervalMapTy::iterator I = IntervalMap.find(BB);
80 return I != IntervalMap.end() ? I->second : nullptr;
97 // interval itself (in the IntervalMap).
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h20 #include "llvm/ADT/IntervalMap.h"
36 const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) {
48 typedef IntervalMap<SlotIndex, LiveInterval*> LiveSegments;
35 overlap(const LiveInterval::Segment &VRSeg, const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4808 typedef DenseMap<Instruction*, unsigned> IntervalMap; typedef
4812 IntervalMap EndPoint;
4854 for (IntervalMap::iterator it = EndPoint.begin(), e = EndPoint.end();

Completed in 439 milliseconds