public class SingleCall extends ProcedureTransformPass
| Constructor and Description |
|---|
SingleCall(Program program)
Constructs a new SingleCall transformation pass
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassName()
Returns the name of the transform pass
|
void |
transformProcedure(Procedure proc)
Performs transformation for the specified procedure
|
startrunpublic SingleCall(Program program)
public void transformProcedure(Procedure proc)
transformProcedure in class ProcedureTransformPasspublic java.lang.String getPassName()
TransformPassgetPassName in class TransformPass