Run the Attributor on SCC C.
Synopsis
Declared in <llvm/Transforms/IPO/Attributor.h>
PreservedAnalyses
run(
LazyCallGraph::SCC& C,
CGSCCAnalysisManager& AM,
LazyCallGraph& CG,
CGSCCUpdateResult& UR);
Return Value
The set of analyses preserved by this pass.
Parameters
Name |
Description |
C |
The SCC to analyze. |
AM |
The CGSCC analysis manager. |
CG |
The lazy call graph. |
UR |
The CGSCC update result. |
Created with MrDocs