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

/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h354 return overlapsFrom(other, other.begin());
369 /// overlapsFrom - Return true if the intersection of the two live intervals
372 bool overlapsFrom(const LiveInterval& other, const_iterator I) const;
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp98 bool LiveInterval::overlapsFrom(const LiveInterval& other, function in class:LiveInterval

Completed in 559 milliseconds