Analysis that builds a DXILResourceMap for a module.
Declared in <llvm/Analysis/DXILResource.h>
class DXILResourceAnalysis
: public AnalysisInfoMixin<DXILResourceAnalysis>
| Name | Description |
|---|---|
AnalysisInfoMixin<DXILResourceAnalysis> | A CRTP mix-in that provides informational APIs needed for analysis passes. |
| Name | Description |
|---|---|
Result | Result type of this analysis. |
| Name | Description |
|---|---|
run | Gather resource info for the module M. |
| Name | Description |
|---|---|
ID | Returns an opaque, unique ID for this analysis type. |
| Name | Description |
|---|---|
llvm::AnalysisInfoMixin | A CRTP mix-in that provides informational APIs needed for analysis passes. |