LLVM 19.0.0git
Classes | Namespaces
CoalescingBitVector.h File Reference

A bitvector that uses an IntervalMap to coalesce adjacent elements into intervals. More...

#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <initializer_list>

Go to the source code of this file.

Classes

class  llvm::CoalescingBitVector< IndexT >
 A bitvector that, under the hood, relies on an IntervalMap to coalesce elements into intervals. More...
 
class  llvm::CoalescingBitVector< IndexT >::const_iterator
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Detailed Description

A bitvector that uses an IntervalMap to coalesce adjacent elements into intervals.

Definition in file CoalescingBitVector.h.