Home
last modified time | relevance | path

Searched refs:CoalescingBitVector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h38 template <typename IndexT> class CoalescingBitVector {
42 using ThisT = CoalescingBitVector<IndexT>;
56 CoalescingBitVector(Allocator &Alloc) in CoalescingBitVector() function
62 CoalescingBitVector(const ThisT &Other) in CoalescingBitVector() function
73 CoalescingBitVector(ThisT &&Other) = delete;
236 friend class CoalescingBitVector; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp195 using VarLocSet = CoalescingBitVector<uint64_t>;