Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h37 template <typename IndexT> class CoalescingBitVector {
41 using ThisT = CoalescingBitVector<IndexT>;
55 CoalescingBitVector(Allocator &Alloc) in CoalescingBitVector() function
61 CoalescingBitVector(const ThisT &Other) in CoalescingBitVector() function
72 CoalescingBitVector(ThisT &&Other) = delete;
235 friend class CoalescingBitVector; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp212 using VarLocSet = CoalescingBitVector<uint64_t>;