Home
last modified time | relevance | path

Searched refs:IntervalMapOverlaps (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h405 for (IntervalMapOverlaps<MapT, MapT> I(Intervals, Other.Intervals); in getOverlaps()
H A DIntervalMap.h2071 class IntervalMapOverlaps {
2113 IntervalMapOverlaps(const MapA &a, const MapB &b) in IntervalMapOverlaps() function
2155 IntervalMapOverlaps &operator++() {
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIntervalMapTest.cpp678 typedef IntervalMapOverlaps<UUMap,UUMap> UUOverlaps; in TEST()
722 typedef IntervalMapOverlaps<UUMap,UUMap> UUOverlaps; in TEST()
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp465 return llvm::IntervalMapOverlaps<Set, Set>(*liveness, *rhs.liveness) in overlaps()