Analysis that computes GISelCSEInfo for a MachineFunction.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/CSEInfo.h>
class GISelCSEAnalysis
: public AnalysisInfoMixin<GISelCSEAnalysis>
Base Classes
Name |
Description |
A CRTP mix‐in that provides informational APIs needed for analysis passes. |
Type Aliases
Name |
Description |
Result type produced by this analysis. |
Member Functions
Name |
Description |
|
Construct the analysis using target machine |
Run the CSE analysis on machine function |
Static Member Functions
Name |
Description |
Returns an opaque, unique ID for this analysis type. |
Friends
Name |
Description |
A CRTP mix‐in that provides informational APIs needed for analysis passes. |
Created with MrDocs