2025-12-29 21:10:55 +03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "../../GraphLoop/graph_loops.h"
|
|
|
|
|
#include "../../CFGraph/CFGraph.h"
|
|
|
|
|
|
2026-05-06 19:49:54 +03:00
|
|
|
void moveOperators(SgFile* file,
|
|
|
|
|
const std::map<FuncInfo*, std::vector<SAPFOR::BasicBlock*>>& FullIR,
|
|
|
|
|
const std::map<std::string, std::vector<FuncInfo*>>& allFuncInfo,
|
|
|
|
|
int& countOfTransform);
|