Home
last modified time | relevance | path

Searched defs:Overlaps (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h161 SmallVector<IntervalT, 8> Overlaps; variable
179 SmallVector<IntervalT, 8> Overlaps; variable
189 SmallVector<IntervalT, 8> Overlaps; in intersectWithComplement() local
404 SmallVectorImpl<IntervalT> &Overlaps) const { in getOverlaps()
420 const SmallVectorImpl<IntervalT> &Overlaps, in getNonOverlappingParts()
/llvm-project/llvm/unittests/ADT/
H A DIntervalMapTest.cpp686 TEST(IntervalMapTest, Overlaps) { in TEST() argument
/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp55 bool RegisterFlags::Field::Overlaps(const Field &other) const { in Overlaps() function in RegisterFlags::Field
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp386 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue() local
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp
/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp202 auto Overlaps = [Var, Expr](const MachineInstr *DV) { stashEntryDbgValues() local
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp57 LiveDebugValues::OverlapMap Overlaps; member in InstrRefLDVTest