Searched defs:IntervalMap (Results 1 - 2 of 2) 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 : 0;
97 // interval itself (in the IntervalMap).
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.h20 #include "llvm/ADT/IntervalMap.h"
37 const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) {
49 typedef IntervalMap<SlotIndex, LiveInterval*> LiveSegments;
36 overlap(const LiveRange &VRSeg, const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) argument

Completed in 77 milliseconds