commit | 6897d9b5be656217e914bb040dc8e27b5fb1f14c | [log] [tgz] |
---|---|---|
author | Pavel Labath <pavel@labath.sk> | Fri Dec 21 13:04:34 2018 +0000 |
committer | Pavel Labath <pavel@labath.sk> | Fri Dec 21 13:04:34 2018 +0000 |
tree | 9cec48a33ad12ab2f8deb74980ee2f29181ebb48 | |
parent | 34239a9c6f74de30ed4fd8a9c06efd38032dac50 [diff] |
[ADT] IntervalMap: add overlaps(a, b) method Summary: This function checks whether the mappings in the interval map overlap with the given range [a;b]. The motivation is to enable checking for overlap before inserting a new interval into the map. Reviewers: vsk, dblaikie Subscribers: dexonsmith, kristina, llvm-commits Differential Revision: https://reviews.llvm.org/D55760 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349898 91177308-0d34-0410-b5e6-96231b3b80d8