|
LLVM
3.7.0
|
#include "llvm/ADT/BitVector.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MathExtras.h"#include <cassert>Go to the source code of this file.
Classes | |
| class | llvm::SmallBitVector |
| 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... | |
1.8.6