7 lines
276 B
C
7 lines
276 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "../../GraphLoop/graph_loops.h"
|
||
|
|
#include "../../CFGraph/CFGraph.h"
|
||
|
|
|
||
|
|
void moveOperators(SgFile *file, std::map<std::string, std::vector<LoopGraph*>>& loopGraph, const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR, int& countOfTransform);
|