Home
last modified time | relevance | path

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

/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.cpp347 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange