LLVM API Documentation

Classes | Namespaces | Functions
SparseBitVector.h File Reference
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <climits>
Include dependency graph for SparseBitVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::SparseBitVectorElement< ElementSize >
struct  llvm::ilist_traits< SparseBitVectorElement< ElementSize > >
class  llvm::SparseBitVector< ElementSize >
class  llvm::SparseBitVector< ElementSize >::SparseBitVectorIterator

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

template<unsigned ElementSize>
bool llvm::operator|= (SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > *RHS)
template<unsigned ElementSize>
bool llvm::operator|= (SparseBitVector< ElementSize > *LHS, const SparseBitVector< ElementSize > &RHS)
template<unsigned ElementSize>
bool llvm::operator&= (SparseBitVector< ElementSize > *LHS, const SparseBitVector< ElementSize > &RHS)
template<unsigned ElementSize>
bool llvm::operator&= (SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > *RHS)
template<unsigned ElementSize>
SparseBitVector< ElementSize > llvm::operator| (const SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > &RHS)
template<unsigned ElementSize>
SparseBitVector< ElementSize > llvm::operator& (const SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > &RHS)
template<unsigned ElementSize>
SparseBitVector< ElementSize > llvm::operator- (const SparseBitVector< ElementSize > &LHS, const SparseBitVector< ElementSize > &RHS)
template<unsigned ElementSize>
void llvm::dump (const SparseBitVector< ElementSize > &LHS, raw_ostream &out)