LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::DemandedBitsAnalysis Class Reference

An analysis that produces DemandedBits for a function. More...

#include "llvm/Analysis/DemandedBits.h"

Inheritance diagram for llvm::DemandedBitsAnalysis:
Inheritance graph
[legend]
Collaboration diagram for llvm::DemandedBitsAnalysis:
Collaboration graph
[legend]

Public Types

using Result = DemandedBits
 Provide the result type 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 AnalysisKeyID ()
 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...
 

Detailed Description

An analysis that produces DemandedBits for a function.

Definition at line 107 of file DemandedBits.h.

Member Typedef Documentation

◆ Result

Provide the result type for this analysis pass.

Definition at line 114 of file DemandedBits.h.

Member Function Documentation

◆ run()

DemandedBits DemandedBitsAnalysis::run ( Function F,
FunctionAnalysisManager AM 
)

Run the analysis pass over a function and produce demanded bits information.

Definition at line 482 of file DemandedBits.cpp.

References F(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().


The documentation for this class was generated from the following files: