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