Run the analysis over module M.
Declared in <llvm/Analysis/DXILResource.h>
DXILResourceTypeMap
run(
Module& M,
ModuleAnalysisManager& AM);
Running the pass just generates an empty map, which will be filled when users of the pass query the results.
An empty resource type map to be filled on query.
| Name | Description |
|---|---|
| M | Module to analyze. |
| AM | Module analysis manager (unused). |