LLVM
8.0.1
|
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.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 | |
This class represents lattice values for constants. | |
Functions | |
FunctionPass * | llvm::createDemandedBitsWrapperPass () |
Create a demanded bits analysis pass. More... | |