HomeSort by relevance Sort by last modified time
    Searched refs:IntervalMap (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/MC/
MCModule.h 19 #include "llvm/ADT/IntervalMap.h"
37 IntervalMap<uint64_t, MCAtom*> OffsetMap;
49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { }
  /external/llvm/include/llvm/Analysis/
IntervalPartition.h 42 IntervalMapTy IntervalMap;
79 IntervalMapTy::iterator I = IntervalMap.find(BB);
80 return I != IntervalMap.end() ? I->second : 0;
97 // interval itself (in the IntervalMap).
  /external/llvm/lib/MC/
MCModule.cpp 20 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Begin);
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin);
  /external/clang/test/SemaTemplate/
issue150.cpp 20 template<class _T, class Traits = int> class IntervalMap>
21 void foo(IntervalMap<T,Trt>* m) { typedef IntervalMap<int> type; }
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 30 IntervalMap.clear();
42 // interval itself (in the IntervalMap).
50 IntervalMap.insert(std::make_pair(*It, I));
  /external/llvm/include/llvm/ADT/
IntervalMap.h 1 //===- llvm/ADT/IntervalMap.h - A sorted interval map -----------*- C++ -*-===//
18 // Like SmallVector, IntervalMap will store the first N intervals in the map
23 // A Traits class specifies how keys are compared. It also allows IntervalMap to
31 // IntervalMap is optimized for small key and value objects, 4 or 8 bytes each
39 // class IntervalMap {
47 // explicit IntervalMap(Allocator&);
48 // ~IntervalMap():
67 // class IntervalMap::const_iterator :
91 // class IntervalMap::iterator : public const_iterator {
115 // The IntervalMap works with closed or half-open intervals
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 20 #include "llvm/ADT/IntervalMap.h"
36 const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) {
48 typedef IntervalMap<SlotIndex, LiveInterval*> LiveSegments;
  /external/llvm/lib/Support/
Android.mk 31 IntervalMap.cpp \
  /external/llvm/lib/CodeGen/
SplitKit.h 21 #include "llvm/ADT/IntervalMap.h"
260 typedef IntervalMap<SlotIndex, unsigned> RegAssignMap;
LiveDebugVariables.cpp 24 #include "llvm/ADT/IntervalMap.h"
72 typedef IntervalMap<SlotIndex, unsigned, 4> LocMap;
    [all...]
  /external/llvm/unittests/ADT/
IntervalMapTest.cpp 1 //===---- ADT/IntervalMapTest.cpp - IntervalMap unit tests ------*- C++ -*-===//
10 #include "llvm/ADT/IntervalMap.h"
17 typedef IntervalMap<unsigned, unsigned, 4> UUMap;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 468 milliseconds