LLVM API Documentation

Public Member Functions | Static Public Attributes
llvm::NVPTXLowerAggrCopies Struct Reference

#include <NVPTXLowerAggrCopies.h>

Inheritance diagram for llvm::NVPTXLowerAggrCopies:
Inheritance graph
[legend]
Collaboration diagram for llvm::NVPTXLowerAggrCopies:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NVPTXLowerAggrCopies ()
void getAnalysisUsage (AnalysisUsage &AU) const override
bool runOnFunction (Function &F) override
const char * getPassName () const override

Static Public Attributes

static char ID = 0
static const unsigned MaxAggrCopySize = 128

Detailed Description

Definition at line 25 of file NVPTXLowerAggrCopies.h.


Constructor & Destructor Documentation

Definition at line 28 of file NVPTXLowerAggrCopies.h.


Member Function Documentation

void llvm::NVPTXLowerAggrCopies::getAnalysisUsage ( AnalysisUsage ) const [inline, override, virtual]

getAnalysisUsage - This function should be overriden by passes that need analysis information to do their job. If a pass specifies that it uses a particular analysis result to this function, it can then use the getAnalysis<AnalysisType>() function, below.

Reimplemented from llvm::Pass.

Definition at line 30 of file NVPTXLowerAggrCopies.h.

References llvm::AnalysisUsage::addPreserved(), and llvm::AnalysisUsage::addRequired().

const char* llvm::NVPTXLowerAggrCopies::getPassName ( ) const [inline, override, virtual]

getPassName - Return a nice clean name for a pass. This usually implemented in terms of the name that is registered by one of the Registration templates, but can be overloaded directly.

Reimplemented from llvm::Pass.

Definition at line 40 of file NVPTXLowerAggrCopies.h.

bool NVPTXLowerAggrCopies::runOnFunction ( Function F) [override, virtual]

Member Data Documentation

char NVPTXLowerAggrCopies::ID = 0 [static]

Definition at line 26 of file NVPTXLowerAggrCopies.h.

Definition at line 38 of file NVPTXLowerAggrCopies.h.

Referenced by runOnFunction().


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