Searched defs:Overlaps (Results 1 – 7 of 7) sorted by relevance
161 SmallVector<IntervalT, 8> Overlaps; variable179 SmallVector<IntervalT, 8> Overlaps; variable189 SmallVector<IntervalT, 8> Overlaps; in intersectWithComplement() local404 SmallVectorImpl<IntervalT> &Overlaps) const { in getOverlaps()420 const SmallVectorImpl<IntervalT> &Overlaps, in getNonOverlappingParts()
686 TEST(IntervalMapTest, Overlaps) { in TEST() argument
55 bool RegisterFlags::Field::Overlaps(const Field &other) const { in Overlaps() function in RegisterFlags::Field
386 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
202 auto Overlaps = [Var, Expr](const MachineInstr *DV) { stashEntryDbgValues() local
57 LiveDebugValues::OverlapMap Overlaps; member in InstrRefLDVTest