Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h443 return overlapsFrom(other, other.begin()); in overlaps()
461 bool overlapsFrom(const LiveRange &Other, const_iterator StartPos) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp404 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange