llvm::DXILResourceTypeAnalysis::run

Run the analysis over module M.

Synopsis

Declared in <llvm/Analysis/DXILResource.h>

DXILResourceTypeMap
run(
    Module& M,
    ModuleAnalysisManager& AM);

Description

Running the pass just generates an empty map, which will be filled when users of the pass query the results.

Return Value

An empty resource type map to be filled on query.

Parameters

NameDescription
MModule to analyze.
AMModule analysis manager (unused).