if( writeDebugDOTs ) {
try {
- rg.writeGraph( "calleeview", true, false, false, true, true );
+ rg.writeGraph( "calleeview",
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
rgCallee.writeGraph( "callee",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
writeGraph( "caller00In",
- true, false, false, true, true,
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true, // hide edge taints
callerNodeIDsCopiedToCallee );
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller20BeforeWipe",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller30BeforeAddingNodes",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller31BeforeAddingEdges",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller35BeforeAssignReturnValue",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller38propagateReach",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller40BeforeShadowMerge",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller45BeforeUnshadow",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller50BeforeGlobalSweep",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
if( writeDebugDOTs ) {
try {
writeGraph( "caller90AfterTransfer",
- true, false, false, true, true );
+ true, // write labels (variables)
+ true, // selectively hide intermediate temp vars
+ true, // prune unreachable heap regions
+ true, // hide subset reachability states
+ true ); // hide edge taints
} catch( IOException e ) {}
}
}