refactored

This commit is contained in:
ALEXks
2025-12-29 21:10:55 +03:00
parent 6907f44ac5
commit d9f54739d2
7 changed files with 174 additions and 168 deletions

View File

@@ -0,0 +1,6 @@
#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);