|
LLVM
4.0.0
|
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... | |
1.8.6