LLVM API Documentation
#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include <algorithm>#include <cassert>#include <climits>#include <cstdlib>

Go to the source code of this file.
Classes | |
| class | llvm::BitVector |
| class | llvm::BitVector::reference |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
| namespace | std |
Functions | |
| void | std::swap (llvm::BitVector &LHS, llvm::BitVector &RHS) |
| Implement std::swap in terms of BitVector swap. | |