Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveInterval.h451 return overlapsFrom(other, other.begin()); in overlaps()
469 bool overlapsFrom(const LiveRange &Other, const_iterator StartPos) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveInterval.cpp389 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange