|
LLVM
4.0.0
|
An analysis that produces DemandedBits for a function.
More...
#include <DemandedBits.h>
Public Types | |
| typedef DemandedBits | Result |
| Provide the result typedef for this analysis pass. More... | |
Public Member Functions | |
| DemandedBits | run (Function &F, FunctionAnalysisManager &AM) |
| Run the analysis pass over a function and produce demanded bits information. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DemandedBitsAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DemandedBitsAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
An analysis that produces DemandedBits for a function.
Definition at line 90 of file DemandedBits.h.
Provide the result typedef for this analysis pass.
Definition at line 96 of file DemandedBits.h.
| DemandedBits DemandedBitsAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Run the analysis pass over a function and produce demanded bits information.
Definition at line 391 of file DemandedBits.cpp.
References F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6