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

Go to the source code of this file.

Classes

class  llvm::BitVector
 
class  llvm::BitVector::reference
 

Namespaces

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

Functions

static size_t llvm::capacity_in_bytes (const BitVector &X)
 
void std::swap (llvm::BitVector &LHS, llvm::BitVector &RHS)
 Implement std::swap in terms of BitVector swap. More...