Analysis pass that computes MachineCycleInfo for a machine function.
Synopsis
Declared in <llvm/CodeGen/MachineCycleAnalysis.h>
class MachineCycleAnalysis
: public AnalysisInfoMixin<MachineCycleAnalysis>
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 |
Invalidate this analysis result when required by the new pass manager. |
|
Compute cycle information for 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