refactored transformation: added folders for each transformation
This commit is contained in:
8
src/Transformations/LoopNesting/loop_transform.h
Normal file
8
src/Transformations/LoopNesting/loop_transform.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include "../GraphLoop/graph_loops.h"
|
||||
|
||||
void reverseCreatedNestedLoops(const std::string &file, std::vector<LoopGraph*> &loopsInFile);
|
||||
bool createNestedLoops(LoopGraph *current, const std::map<LoopGraph*, void*> &depInfoForLoopGraph,
|
||||
const std::map<std::string, FuncInfo*>& mapFuncInfo, std::vector<Messages> &messages);
|
||||
Reference in New Issue
Block a user