public class InterProceduralAnalysis extends Object
| Constructor and Description | 
|---|
InterProceduralAnalysis(DMLProgram dmlp)
Creates a handle for performing inter-procedural analysis
 for a given DML program and its associated HOP DAGs. 
 | 
InterProceduralAnalysis(StatementBlock sb)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
analyzeProgram()
Main interface to perform IPA over a given DML program. 
 | 
void | 
analyzeProgram(int repetitions)
Main interface to perform IPA over a given DML program. 
 | 
Set<String> | 
analyzeSubProgram()  | 
public InterProceduralAnalysis(DMLProgram dmlp)
dmlp - The DML program to analyzepublic InterProceduralAnalysis(StatementBlock sb)
Copyright © 2021 The Apache Software Foundation. All rights reserved.