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.

Synopses

Declared in <llvm/Pass.h>

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.

virtual
void
getAnalysisUsage(AnalysisUsage&) const;
virtual
void
getAnalysisUsage(AnalysisUsage& AU) const override;

Created with MrDocs