LLVM  4.0.0
Classes | Namespaces | Functions
SmallBitVector.h File Reference
#include "llvm/ADT/BitVector.h"
#include "llvm/Support/MathExtras.h"
#include <cassert>
Include dependency graph for SmallBitVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallBitVector
 This is a 'bitvector' (really, a variable-sized bit array), optimized for the case when the array is small. More...
 
class  llvm::SmallBitVector::reference
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 std
 

Functions

SmallBitVector llvm::operator& (const SmallBitVector &LHS, const SmallBitVector &RHS)
 
SmallBitVector llvm::operator| (const SmallBitVector &LHS, const SmallBitVector &RHS)
 
SmallBitVector llvm::operator^ (const SmallBitVector &LHS, const SmallBitVector &RHS)
 
void std::swap (llvm::SmallBitVector &LHS, llvm::SmallBitVector &RHS)
 Implement std::swap in terms of BitVector swap. More...