Home
last modified time | relevance | path

Searched refs:overlapsFrom (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h444 return overlapsFrom(other, other.begin());
454 bool overlapsFrom(const LiveInterval& other, const_iterator I) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp865 if (!cur->overlapsFrom(*i->first, i->second)) in findIntervalsToSpill()
880 if (!cur->overlapsFrom(*i->first, i->second-1)) in findIntervalsToSpill()
1029 cur->overlapsFrom(*i->first, i->second-1)) { in assignRegOrStackSlotAtInterval()
1063 if (cur->overlapsFrom(*I, II)) { in assignRegOrStackSlotAtInterval()
1088 if (cur->overlapsFrom(*I, II)) { in assignRegOrStackSlotAtInterval()
DLiveInterval.cpp84 bool LiveInterval::overlapsFrom(const LiveInterval& other, in overlapsFrom() function in LiveInterval
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h423 return overlapsFrom(other, other.begin()); in overlaps()
441 bool overlapsFrom(const LiveRange &Other, const_iterator I) const;
/external/llvm/lib/CodeGen/
DLiveInterval.cpp350 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange