HomeSort by: relevance | last modified time | path
    Searched defs:CoalescingBitVector (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
CoalescingBitVector.h 1 //===- llvm/ADT/CoalescingBitVector.h - A coalescing bitvector --*- C++ -*-===//
33 /// Compared to SparseBitVector, CoalescingBitVector offers more predictable
37 template <typename IndexT> class CoalescingBitVector {
41 using ThisT = CoalescingBitVector<IndexT>;
53 /// Construct by passing in a CoalescingBitVector<IndexT>::Allocator
55 CoalescingBitVector(Allocator &Alloc)
61 CoalescingBitVector(const ThisT &Other)
72 CoalescingBitVector(ThisT &&Other) = delete;
235 friend class CoalescingBitVector;

Completed in 15 milliseconds