8 lines
241 B
C
8 lines
241 B
C
|
|
#include "../GraphCall/graph_calls.h"
|
||
|
|
#include "ParRegions.h"
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
#include <vector>
|
||
|
|
#include <map>
|
||
|
|
|
||
|
|
void mergeCopyArrays(std::vector<ParallelRegion*> ®ions, const std::map<std::string, std::vector<FuncInfo*>> &allFuncInfo);
|