Runs the wrapped pass up to MaxIterations on the SCC, iterating whenever an indirect call is refined.
Synopsis
Declared in <llvm/Analysis/CGSCCPassManager.h>
PreservedAnalyses
run(
LazyCallGraph::SCC& InitialC,
CGSCCAnalysisManager& AM,
LazyCallGraph& CG,
CGSCCUpdateResult& UR);
Return Value
The analyses preserved after the repeated runs.
Parameters
Name |
Description |
InitialC |
SCC to process. |
AM |
CGSCC analysis manager. |
CG |
Lazy call graph containing |
UR |
Structure for communicating call graph updates. |
Created with MrDocs