|
LLVM
4.0.0
|
#include "llvm/Pass.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/IR/PassManager.h"Go to the source code of this file.
Classes | |
| class | llvm::DemandedBits |
| class | llvm::DemandedBitsWrapperPass |
| class | llvm::DemandedBitsAnalysis |
An analysis that produces DemandedBits for a function. More... | |
| class | llvm::DemandedBitsPrinterPass |
| Printer pass for DemandedBits. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| FunctionPass * | llvm::createDemandedBitsWrapperPass () |
| Create a demanded bits analysis pass. More... | |
1.8.6