marge_regions: rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Utils/leak_detector.h"
|
||||
#include "Utils/leak_detector.h"
|
||||
|
||||
#pragma comment(linker, "/STACK:536870912") // 512 МБ
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "ParallelizationRegions/ParRegions_func.h"
|
||||
#include "ParallelizationRegions/resolve_par_reg_conflicts.h"
|
||||
#include "ParallelizationRegions/expand_extract_reg.h"
|
||||
#include "ParallelizationRegions/parse_merge_dirs.h"
|
||||
#include "ParallelizationRegions/merge_regions.h"
|
||||
|
||||
#include "Distribution/Distribution.h"
|
||||
#include "Distribution/GraphCSR.h"
|
||||
@@ -1906,9 +1906,9 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
||||
transformAssumedSizeParameters(allFuncInfo);
|
||||
else if (curr_regime == FIND_PRIVATE_ARRAYS_ANALYSIS)
|
||||
FindPrivateArrays(loopGraph, fullIR, insertedPrivates);
|
||||
else if (curr_regime == MERGE_COPY_ARRAYS)
|
||||
else if (curr_regime == MERGE_REGIONS)
|
||||
{
|
||||
mergeCopyArrays(parallelRegions, allFuncInfo);
|
||||
mergeRegions(parallelRegions, allFuncInfo);
|
||||
}
|
||||
|
||||
else if (curr_regime == ARRAY_PROPAGATION)
|
||||
@@ -2367,7 +2367,7 @@ void runPass(const int curr_regime, const char *proj_name, const char *folderNam
|
||||
case FIX_COMMON_BLOCKS:
|
||||
case TEST_PASS:
|
||||
case SET_IMPLICIT_NONE:
|
||||
case MERGE_COPY_ARRAYS:
|
||||
case MERGE_REGIONS:
|
||||
runAnalysis(*project, curr_regime, false);
|
||||
case SUBST_EXPR_RD_AND_UNPARSE:
|
||||
case SUBST_EXPR_AND_UNPARSE:
|
||||
|
||||
Reference in New Issue
Block a user