added TRANSFORM_ASSUMED_SIZE_PARAMETERS pass, fixed shared memory parallelization
This commit is contained in:
@@ -14,4 +14,6 @@ void commonTransfer(const std::map<std::string, std::vector<FuncInfo*>>& allFunc
|
||||
void saveTransfer(const std::map<std::string, std::vector<FuncInfo*>>& allFuncInfo);
|
||||
void moduleTransfer(const std::map<std::string, std::vector<FuncInfo*>>& allFuncInfo);
|
||||
|
||||
void insertInterface(SgStatement* func, const FuncInfo* callFrom);
|
||||
void insertInterface(SgStatement* func, const FuncInfo* callFrom);
|
||||
|
||||
void transformAssumedSizeParameters(const std::map<std::string, std::vector<FuncInfo*>>& allFuncInfo);
|
||||
Reference in New Issue
Block a user