LLVM 20.0.0git
Public Member Functions | List of all members
llvm::DXILDataScalarization Class Reference

A pass that transforms Vectors to Arrays. More...

#include "Target/DirectX/DXILDataScalarization.h"

Inheritance diagram for llvm::DXILDataScalarization:
Inheritance graph
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DXILDataScalarization >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< DXILDataScalarization >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

A pass that transforms Vectors to Arrays.

Definition at line 19 of file DXILDataScalarization.h.

Member Function Documentation

◆ run()

PreservedAnalyses DXILDataScalarization::run ( Module M,
ModuleAnalysisManager  
)

The documentation for this class was generated from the following files: