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 424 return overlapsFrom(other, other.begin());
431 /// overlapsFrom - Return true if the intersection of the two live intervals
434 bool overlapsFrom(const LiveInterval& other, const_iterator I) const;
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 84 bool LiveInterval::overlapsFrom(const LiveInterval& other,

Completed in 33 milliseconds