llvm::PhysicalRegisterUsageAnalysis

Analysis that provides PhysicalRegisterUsageInfo for a module.

Synopsis

Declared in <llvm/CodeGen/RegisterUsageInfo.h>

class PhysicalRegisterUsageAnalysis
    : public AnalysisInfoMixin<PhysicalRegisterUsageAnalysis>

Base Classes

NameDescription
AnalysisInfoMixin<PhysicalRegisterUsageAnalysis>A CRTP mix-in that provides informational APIs needed for analysis passes.

Type Aliases

NameDescription
Result Provide the result type for this analysis pass.

Member Functions

NameDescription
run Run the analysis over a module and produce PhysicalRegisterUsageInfo.

Static Member Functions

NameDescription
ID Returns an opaque, unique ID for this analysis type.

Friends

NameDescription
llvm::AnalysisInfoMixinA CRTP mix-in that provides informational APIs needed for analysis passes.