Add Dominator tree builder and interprocedural analysis
This commit is contained in:
@@ -1895,9 +1895,7 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
||||
runRenameSymbols(&project, commonBlocks);
|
||||
else if (curr_regime == FIND_PARAMETERS)
|
||||
{
|
||||
performRDSubst(fullIR, commonBlocks, &project);
|
||||
parametersOfProject = findParameters(fullIR, declaredArrays);
|
||||
performRDSubst(fullIR, commonBlocks, &project);
|
||||
findParameters(parametersOfProject, fullIR, declaredArrays);
|
||||
}
|
||||
else if (curr_regime == BUILD_IR)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user