Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveInterval.h451 return overlapsFrom(other, other.begin()); in overlaps()
469 bool overlapsFrom(const LiveRange &Other, const_iterator StartPos) const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveInterval.cpp389 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange