Runs the wrapped pass up to MaxIterations on the SCC, iterating whenever an indirect call is refined.

Synopsis

Declared in <llvm/Analysis/CGSCCPassManager.h>

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 InitialC.

UR

Structure for communicating call graph updates.

Created with MrDocs