HomeSort by relevance Sort by last modified time
    Searched refs:overlapsFrom (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 380 return overlapsFrom(other, other.begin());
395 /// overlapsFrom - Return true if the intersection of the two live ranges
398 bool overlapsFrom(const LiveRange &Other, const_iterator I) const;
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 98 bool LiveRange::overlapsFrom(const LiveRange& other,

Completed in 545 milliseconds