Searched defs:IntervalMap (Results 1 - 6 of 6) 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/swiftshader/third_party/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/perf_data_converter/src/
H A Dintervalmap.h22 class IntervalMap { class in namespace:perftools
24 IntervalMap();
111 IntervalMap<V>::IntervalMap() {} function in class:perftools::IntervalMap
114 void IntervalMap<V>::Set(uint64 start, uint64 limit, const V& value) {
121 bool IntervalMap<V>::Lookup(uint64 key, V* value) const {
131 bool IntervalMap<V>::FindNext(uint64 key, uint64* start, uint64* limit,
144 void IntervalMap<V>::Clear() {
149 void IntervalMap<V>::ClearInterval(uint64 clear_start, uint64 clear_limit) {
155 uint64 IntervalMap<
[all...]
/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/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalUnion.h20 #include "llvm/ADT/IntervalMap.h"
39 const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) {
51 typedef IntervalMap<SlotIndex, LiveInterval*> LiveSegments;
38 overlap(const LiveRange &VRSeg, const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5553 typedef DenseMap<Instruction *, unsigned> IntervalMap; typedef
5557 IntervalMap EndPoint;

Completed in 2111 milliseconds