|
LLVM 22.0.0git
|
An analysis that produces DemandedBits for a function.
More...
#include "llvm/Analysis/DemandedBits.h"
Public Types | |
| using | Result = DemandedBits |
| Provide the result type for this analysis pass. | |
Public Member Functions | |
| LLVM_ABI DemandedBits | run (Function &F, FunctionAnalysisManager &AM) |
| Run the analysis pass over a function and produce demanded bits information. | |
| Public Member Functions inherited from llvm::PassInfoMixin< DemandedBitsAnalysis > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DemandedBitsAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< DemandedBitsAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
An analysis that produces DemandedBits for a function.
Definition at line 104 of file DemandedBits.h.
Provide the result type for this analysis pass.
Definition at line 111 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 641 of file DemandedBits.cpp.
References F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().