Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveInterval.h367 return overlapsFrom(other, other.begin());
385 bool overlapsFrom(const LiveInterval& other, const_iterator I) const;
/external/llvm/lib/CodeGen/
DLiveInterval.cpp105 bool LiveInterval::overlapsFrom(const LiveInterval& other, in overlapsFrom() function in LiveInterval