HomeSort by: relevance | last modified time | path
    Searched refs:overlapsFrom (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 443 return overlapsFrom(other, other.begin());
458 /// overlapsFrom - Return true if the intersection of the two live ranges
461 bool overlapsFrom(const LiveRange &Other, const_iterator StartPos) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp 404 bool LiveRange::overlapsFrom(const LiveRange& other,

Completed in 17 milliseconds