finalyze moving
This commit is contained in:
9
src/Transformations/private_arrays_resizing.h
Normal file
9
src/Transformations/private_arrays_resizing.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "dvm.h"
|
||||
#include "../GraphLoop/graph_loops.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
|
||||
void privateArraysResizing(SgFile *file, const std::vector<LoopGraph*> &loopGraphs, std::vector<Messages> &messages, int& countOfTransform, const std::map<std::pair<std::string, int>, std::set<SgStatement*>>& usersDirectives, bool isExpand);
|
||||
void analyzeShrinking(SgFile* file, const std::vector<LoopGraph*>& loopGraphs, std::vector<Messages>& messages, const std::map<std::pair<std::string, int>, std::set<SgStatement*>>& usersDirectives);
|
||||
Reference in New Issue
Block a user